fix: merge duplicated custom_data in patata items
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
say player "Está llena de agua"
|
||||
say player "lentejas" [turno_cocina_ingrediente_lentejas]
|
||||
say player "patatas" [turno_cocina_ingrediente_patatas]
|
||||
say player "ajo" [turno_cocina_ingrediente_ajo]
|
||||
say player "ajo" [turno_cocina_ingrediente_ajo_en_lentejas]
|
||||
say player "romero" [turno_cocina_ingrediente_romero]
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
say player "Está llena de agua."
|
||||
say player "lentejas" [turno_cocina_ingrediente_lentejas]
|
||||
say player "patatas" [turno_cocina_ingrediente_patatas]
|
||||
say player "ajo" [turno_cocina_ingrediente_ajo]
|
||||
say player "ajo" [turno_cocina_ingrediente_ajo_en_lentejas]
|
||||
say player "romero" [turno_cocina_ingrediente_romero]
|
||||
|
||||
|
||||
@@ -43,5 +43,5 @@
|
||||
|
||||
:action3 turno_cocina_ajo
|
||||
say player "Con ajo quedara al gusto de Eneko."
|
||||
set_global turno_cocina_ingrediente_ajo true
|
||||
set_global turno_cocina_ingrediente_ajo_en_lentejas true
|
||||
inventory_remove turno_cocina_ajo
|
||||
|
||||
Reference in New Issue
Block a user