fix(rtmi-dialog-simple): say command was blocking game state
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
:action2
|
||||
say($player, "Cartón pa la saca!", "TODO_I18N")
|
||||
set_active(turno_cocina_carton, false)
|
||||
inventory_add(turno_cocina_carton)
|
||||
set_active($turno_cocina_carton, false)
|
||||
inventory_add($turno_cocina_carton)
|
||||
|
||||
:action3
|
||||
say($player, "Es una caja de cartón vacía.", "TODO_I18N")
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
if not cocina_delante_intro_played:
|
||||
accept_input("SKIP")
|
||||
stop_snd()
|
||||
play_video("res://gymkhana/videos/turno_cocina/intro.ogv")
|
||||
play_video("res://gymkhana/videos/turno_cocina/intro.ogv")
|
||||
|
||||
if not turno_cocina_frontal_entregado:
|
||||
inventory_add("turno_cocina_frontal")
|
||||
|
||||
Reference in New Issue
Block a user