This commit is contained in:
2023-10-31 23:04:22 +01:00
parent 05cf4407ee
commit 9ee8daccdd
2 changed files with 5 additions and 0 deletions

View File

@@ -11,6 +11,10 @@
:action3
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 "romero" [turno_cocina_ingrediente_romero]
:action3 turno_cocina_bol_lentejas

View File

@@ -14,6 +14,7 @@ global_id = "turno_cocina_patata"
esc_script = "res://gymkhana/items/inventory/turno_cocina_patata.esc"
inventory_texture = ExtResource( 2 )
dialog_color = Color( 1, 1, 1, 1 )
combine_when_selected_action_is_in = [ "action4" ]
tooltips = {
"action3": "Contar las patatas",
"action4": "Usar",