Skip to content

Commit

Permalink
Add update for informant_status definition from debug window
Browse files Browse the repository at this point in the history
  • Loading branch information
fjfnaranjo committed Jun 6, 2023
1 parent 63f0c4e commit f8d4de7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scenes/game.gd
Original file line number Diff line number Diff line change
Expand Up @@ -350,5 +350,6 @@ func _on_Debug_text_changed(new_text, line_edit_name):
if line_edit_name == "LESP": Dialogic.set_variable("sp", new_text)
if line_edit_name == "LEZP": Dialogic.set_variable("zp", new_text)
if line_edit_name == "LEWP": Dialogic.set_variable("wp", new_text)
if line_edit_name == "LEIN": Dialogic.set_variable("informant_status", new_text)

#prepare_academy() ?

0 comments on commit f8d4de7

Please sign in to comment.