more state chart updatres :/

This commit is contained in:
Haze Weathers 2023-05-01 02:04:55 -04:00
parent 02b85c7dd2
commit 32131e7e17
3 changed files with 22 additions and 9 deletions

View file

@ -56,7 +56,7 @@ func evaluate_guard() -> bool:
return false
# combine monitored states with expression properties
var properties: Dictionary = root._expression_properties.duplicate()
var properties: Dictionary = root._guard_properties.duplicate()
for node in checked_states:
var state = get_node_or_null(node)
if is_instance_valid(state) and state is _State: