fix(item): Coger pegatinas. Fixes #173

This commit is contained in:
2025-10-11 03:53:36 +02:00
parent 3b3adbf5cc
commit 59b670b9df

View File

@@ -6,8 +6,8 @@
:action2
if cocina_delante_catando:
if not $turno_cocina_pegatina in inventory:
inventory_add($turno_cocina_pegatina)
if not $turno_cocina_pegatina_picked:
inventory_add("turno_cocina_pegatina")
say($player, "Soy más listo que el hambre.", "cocina_delante_pegatinas_action2_done")
stop
else: