Fix du son, bug et équilibrage

This commit is contained in:
2026-04-30 00:17:52 +02:00
parent 7c90c0e813
commit 3a4c62694a
4 changed files with 3 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ var success = false
Step.new(
"RECHARGE_IN_THE_RECHARGE_STATION",
(func ():
return region and region.data and not region.data.in_passing_day_animation and region.data.charges != RegionParameter.DEFAULT_CHARGE),
return region and region.data and not region.data.in_passing_day_animation and region.data.day != 1),
(func (): GameInfo.game_data.player_data.inventory.add_item(Pickaxe.new()))
),
Step.new(