mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-22 07:22:20 +00:00
- If a power plant is present, the zone animates. Just like the original. - Your budget also goes through the roof This is just a proof-of-concept right now, and will likely crash your machine if you leave it on too long.
5 lines
95 B
GDScript
5 lines
95 B
GDScript
extends ConditionLeaf
|
|
|
|
func tick(actor, blackboard):
|
|
SimData.has_power = true
|
|
return RUNNING
|