Skip to content

Commit

Permalink
pre sop
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamby777 committed Aug 18, 2024
1 parent 17fe236 commit 23c8df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pets-gd/dialogue/debug.gd
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func _start() -> void:
)

var chosen_char = choices[choice]
PlayerCB.singleton().push_pchar_gd(chosen_char)
pcb().push_pchar_gd(chosen_char)

await dbox().say_as("[CASCADE]", [
"Welcome to the team" +
Expand Down

0 comments on commit 23c8df9

Please sign in to comment.