fixes
This commit is contained in:
@@ -11,6 +11,10 @@
|
|||||||
|
|
||||||
:action3
|
:action3
|
||||||
say player "Está llena de agua."
|
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
|
:action3 turno_cocina_bol_lentejas
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ global_id = "turno_cocina_patata"
|
|||||||
esc_script = "res://gymkhana/items/inventory/turno_cocina_patata.esc"
|
esc_script = "res://gymkhana/items/inventory/turno_cocina_patata.esc"
|
||||||
inventory_texture = ExtResource( 2 )
|
inventory_texture = ExtResource( 2 )
|
||||||
dialog_color = Color( 1, 1, 1, 1 )
|
dialog_color = Color( 1, 1, 1, 1 )
|
||||||
|
combine_when_selected_action_is_in = [ "action4" ]
|
||||||
tooltips = {
|
tooltips = {
|
||||||
"action3": "Contar las patatas",
|
"action3": "Contar las patatas",
|
||||||
"action4": "Usar",
|
"action4": "Usar",
|
||||||
|
|||||||
Reference in New Issue
Block a user