bol sin peso + lentejas
This commit is contained in:
@@ -178,6 +178,7 @@ dialog_color = Color( 1, 1, 1, 1 )
|
|||||||
action1_text = "Mirar dentro"
|
action1_text = "Mirar dentro"
|
||||||
action2_text = "Coger"
|
action2_text = "Coger"
|
||||||
action3_target_texts = {
|
action3_target_texts = {
|
||||||
|
"turno_cocina_bol": "Coger lentejas a ojo",
|
||||||
"turno_cocina_peso_bol": "Coger las lentejas exactas"
|
"turno_cocina_peso_bol": "Coger las lentejas exactas"
|
||||||
}
|
}
|
||||||
target_when_selected_action_is_in = [ "action3" ]
|
target_when_selected_action_is_in = [ "action3" ]
|
||||||
|
|||||||
@@ -4,8 +4,11 @@
|
|||||||
:action2
|
:action2
|
||||||
say player "Necesito cogerlas con algo."
|
say player "Necesito cogerlas con algo."
|
||||||
|
|
||||||
|
:action3 turno_cocina_bol
|
||||||
|
say player "No quiero hacer lentejas para un ejercito, debería coger la cantidad justa."
|
||||||
|
|
||||||
:action3 turno_cocina_peso_bol
|
:action3 turno_cocina_peso_bol
|
||||||
say player "Con esto suficiente"
|
say player "Con esto suficiente."
|
||||||
inventory_remove turno_cocina_peso_bol
|
inventory_remove turno_cocina_peso_bol
|
||||||
inventory_add turno_cocina_bol_lentejas
|
inventory_add turno_cocina_bol_lentejas
|
||||||
inventory_add turno_cocina_peso
|
inventory_add turno_cocina_peso
|
||||||
|
|||||||
Reference in New Issue
Block a user