Game Over!

This commit is contained in:
2025-09-15 01:57:05 +02:00
parent 838776d259
commit e7e9dbb796
6 changed files with 20 additions and 43 deletions

View File

@@ -10,17 +10,6 @@
global turno_cocina_eneko_cata_ok
global turno_cocina_ajo_picked
:ready
global turno_cocina_ingrediente_lentejas
global turno_cocina_tutorial_done
global zorionak_eneko
global cocina_delante_catando
global turno_cocina_ingrediente_ajo_cogido
global turno_cocina_frontal_debajo_sofa
global turno_cocina_economica_encendida
global turno_cocina_frontal_entregado
global turno_cocina_eneko_cata_ok
global turno_cocina_ajo_picked
:action1
say($player, "Tiene pinta de que fuma", "cocina_delante_eneko_smoking_action1_say")
@@ -150,7 +139,6 @@
play_video("res://gymkhana/videos/turno_cocina/eneko_entra_cocina.ogv")
set_global("cocina_delante_catando", true)
set_active($eneko_smoking, false)
#if !turno_cocina_ajo_picked:
set_active($turno_cocina_ajo, true)
set_active($cocina_delante_puerta_cocina, false)
set_active($cocina_delante_puerta_despensa, false)
@@ -163,7 +151,7 @@
elif turno_cocina_ingrediente_patatas and turno_cocina_ingrediente_ajo_en_lentejas:
sched_event(7, $eneko_smoking, "turno_cocina_eneko_catando_end_le_gusta")
elif turno_cocina_ingrediente_ajo_en_lentejas:
elif !turno_cocina_ingrediente_ajo_en_lentejas:
sched_event(7, $eneko_smoking, "turno_cocina_eneko_catando_end_no_le_gusta")
elif not turno_cocina_ingrediente_patatas: