Fix du son, bug et équilibrage
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user