Añade accion al bol con la fregadera, closes #869
This commit is contained in:
@@ -11,3 +11,9 @@ inventory_remove turno_cocina_peso
|
|||||||
inventory_remove turno_cocina_bol
|
inventory_remove turno_cocina_bol
|
||||||
inventory_add turno_cocina_peso_bol
|
inventory_add turno_cocina_peso_bol
|
||||||
say current_player "Ya puedo pesar ingredientes!"
|
say current_player "Ya puedo pesar ingredientes!"
|
||||||
|
|
||||||
|
:action3 cocina_fregadero_der
|
||||||
|
say current_player "Necesito algo más grande"
|
||||||
|
|
||||||
|
:action3 cocina_fregadero_izq
|
||||||
|
say current_player "Necesito algo más grande"
|
||||||
@@ -23,7 +23,9 @@ custom_data = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
action3_target_texts = {
|
action3_target_texts = {
|
||||||
"turno_cocina_peso": "Poner el bol sobre el peso"
|
"turno_cocina_peso": "Poner el bol sobre el peso",
|
||||||
|
"cocina_fregadero_der": "Llenar",
|
||||||
|
"cocina_fregadero_izq": "Llenar"
|
||||||
}
|
}
|
||||||
target_when_selected_action_is_in = [ "action3" ]
|
target_when_selected_action_is_in = [ "action3" ]
|
||||||
animations = null
|
animations = null
|
||||||
|
|||||||
@@ -193,7 +193,8 @@ custom_data = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
action3_target_texts = {
|
action3_target_texts = {
|
||||||
"turno_cocina_olla_vacia": "Llenar la olla de agua"
|
"turno_cocina_olla_vacia": "Llenar la olla de agua",
|
||||||
|
"turno_cocina_bol": "Llenar de agua"
|
||||||
}
|
}
|
||||||
target_when_selected_action_is_in = [ "action3" ]
|
target_when_selected_action_is_in = [ "action3" ]
|
||||||
animations = null
|
animations = null
|
||||||
@@ -218,7 +219,8 @@ custom_data = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
action3_target_texts = {
|
action3_target_texts = {
|
||||||
"turno_cocina_olla_vacia": "Llenar la olla de agua"
|
"turno_cocina_olla_vacia": "Llenar la olla de agua",
|
||||||
|
"turno_cocina_bol": "Llenar de agua"
|
||||||
}
|
}
|
||||||
target_when_selected_action_is_in = [ "action3" ]
|
target_when_selected_action_is_in = [ "action3" ]
|
||||||
animations = null
|
animations = null
|
||||||
|
|||||||
Reference in New Issue
Block a user