bol sin peso + lentejas

This commit is contained in:
2023-08-27 02:42:59 +02:00
parent a6408ffc1a
commit e6f4beeab6
2 changed files with 5 additions and 1 deletions

View File

@@ -178,6 +178,7 @@ dialog_color = Color( 1, 1, 1, 1 )
action1_text = "Mirar dentro"
action2_text = "Coger"
action3_target_texts = {
"turno_cocina_bol": "Coger lentejas a ojo",
"turno_cocina_peso_bol": "Coger las lentejas exactas"
}
target_when_selected_action_is_in = [ "action3" ]

View File

@@ -4,8 +4,11 @@
:action2
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
say player "Con esto suficiente"
say player "Con esto suficiente."
inventory_remove turno_cocina_peso_bol
inventory_add turno_cocina_bol_lentejas
inventory_add turno_cocina_peso