diff --git a/addons/escoria-core/game/core-scripts/esc/types/esc_statement.gd b/addons/escoria-core/game/core-scripts/esc/types/esc_statement.gd index 465629d5d..a743b29db 100644 --- a/addons/escoria-core/game/core-scripts/esc/types/esc_statement.gd +++ b/addons/escoria-core/game/core-scripts/esc/types/esc_statement.gd @@ -39,7 +39,7 @@ func run() -> int: if _is_interrupted: final_rc = ESCExecution.RC_INTERRUPTED statement.interrupt() - emit_signal("interrupted", self, final_rc) + emit_signal("interrupted", self, statement, final_rc) return final_rc if statement.is_valid():