Port: despensa & cocina_detras esc and i18n

This commit is contained in:
2025-02-08 05:09:46 +01:00
parent 6c772da846
commit c800f04092
18 changed files with 94 additions and 75 deletions

View File

@@ -1,8 +1,8 @@
:setup
teleport player start
set_angle player 270
teleport($player, "start")
set_angle($player, 270)
# Disable turno_cocina_patata_grande if already picked.
# We cannot look in inventory because the countable item is a different item.
> [turno_cocina_patata_grande_picked]
set_active turno_cocina_patata_grande false
# Disable turno_cocina_patata_grande if already picked.
# We cannot look in inventory because the countable item is a different item.
if turno_cocina_patata_grande_picked:
set_active(turno_cocina_patata_grande, false)