Global madness

This commit is contained in:
2025-09-14 01:48:37 +02:00
parent 2d74a87b14
commit 8823132e8e
14 changed files with 91 additions and 41 deletions

View File

@@ -10,6 +10,10 @@
say($player, "Parece un cuerno de algún animal. Lo usan para llamar a comer.", "cocina_cuerno_action3_say")
:action4
global turno_cocina_ingrediente_patatas
global turno_cocina_ingrediente_ajo_en_lentejas
global turno_cocina_eneko_cata_ok
if turno_cocina_ingrediente_patatas and turno_cocina_ingrediente_ajo_en_lentejas and !turno_cocina_eneko_cata_ok:
say($player, "Debería pedirle a Eneko que pruebe las lentejas antes de llamar a la gente.", "cocina_cuerno_action4_hint")
stop