Set carry over to 1, daily_price to 2400

This commit is contained in:
Gerhard Hoffmann 2023-07-25 16:07:54 +02:00
parent 9f83afce3a
commit 8b25cd70b3

View File

@ -37,8 +37,8 @@
"pop_min_time": 15,
"pop_max_time": 240,
"pop_min_price": 0,
"pop_carry_over": 0,
"pop_daily_card_price": 0,
"pop_carry_over": 1,
"pop_daily_card_price": 2400,
"pop_multi_hour_price": 0
}
],
@ -1125,10 +1125,3 @@
}
]
}