bugfixing time

This commit is contained in:
Tabby 2026-01-17 12:56:17 +11:00
parent 67c5b97eb8
commit c969e0bee2
5 changed files with 34 additions and 8 deletions

View file

@ -35,7 +35,7 @@ func _on_reset_button_pressed() -> void:
PlayerInventory.money = 0
PlayerInventory.botnet_servers = 0
PlayerInventory.inventory_panel.empty_grid()
Clock.days_left = 7
Clock.days_left = 6
Clock.time_left = 200
PlayerInventory.botnet.clear()
PlayerInventory.show()