Changes condition order, adds tooiltip.

This commit is contained in:
2024-10-26 20:48:56 +02:00
parent f0f8130415
commit 832c718084
2 changed files with 4 additions and 3 deletions

View File

@@ -202,8 +202,8 @@ say eneko_smoking "Te advierto que soy cinturón negro de Kung Fu!"
stop
:action3 turno_cocina_cuchillo
> [turno_cocina_eneko_amenzadado]
say current_player "Mmmm, con una vez suficiente."
> [!turno_cocina_eneko_amenzadado]
set_global turno_cocina_eneko_amenzadado true
play_video res://gymkhana/videos/turno_cocina/oier_amenaza_con_cuchillo.ogv
> [turno_cocina_eneko_amenzadado]
say current_player "Mmmm, con una vez suficiente."

View File

@@ -53,7 +53,8 @@ custom_data = {
}
action3_target_texts = {
"turno_cocina_frontal": "Ofrecer",
"turno_cocina_madera": "Ofrecerle leña"
"turno_cocina_madera": "Ofrecerle leña",
"turno_cocina_cuchillo": "Amenzar"
}
target_when_selected_action_is_in = [ "action3" ]
selectable = true