feat: add initial starvation consequence

This commit is contained in:
Rijad Zuzo
2026-06-20 18:18:00 +02:00
parent d185dcacf3
commit 852d10f7ae
4 changed files with 29 additions and 5 deletions
+2 -1
View File
@@ -27,6 +27,7 @@ func _on_village_changed(village: SimVillage) -> void:
Wood: %s
Safety: %s
Knowledge: %s
Starving: %s
Food Mod: %.2f
Safety Mod: %.2f
@@ -36,7 +37,7 @@ func _on_village_changed(village: SimVillage) -> void:
round(village.wood),
round(village.safety),
round(village.knowledge),
simulation_manager.get_starving_count(),
village.food_modifier,
village.safety_modifier,
village.knowledge_modifier