mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-22 23:32:19 +00:00
6 lines
95 B
GDScript3
6 lines
95 B
GDScript3
|
extends ConditionLeaf
|
||
|
|
||
|
func tick(actor, blackboard):
|
||
|
SimData.has_power = true
|
||
|
return RUNNING
|