Use bombona2 with smoking_eneko

This commit is contained in:
2023-03-08 17:25:23 +01:00
parent ad44e20063
commit bf8671b152
3 changed files with 9 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
say player "Es naranja" say player "Es naranja"
:action2 :action2
say player "Voy a cogerla"
set_active i_bombona2 false set_active i_bombona2 false
inventory_add i_bombona2 inventory_add i_bombona2

View File

@@ -6,7 +6,6 @@ set_global loom_conversation_done false
#set_gui_visible false #set_gui_visible false
#turn_to eneko_smoking player #turn_to eneko_smoking player
? ?
- "Quien eres tu?" - "Quien eres tu?"
say current_player "Quien eres tu?" say current_player "Quien eres tu?"
@@ -43,4 +42,11 @@ set_global loom_conversation_done false
#turn_to eneko_smoking player #turn_to eneko_smoking player
stop stop
! !
#set_gui_visible true #set_gui_visible true
:action3 i_bombona2
> [bombona2_offered]
say eneko_smoking "¡SE ACABÓ, TE HE BLOQUEADO EN WHATSAPP!"
stop
say eneko_smoking "¿Estás loco? ¿No ves que estoy fumando? "
set_global bombona2_offered true

View File

@@ -121,6 +121,7 @@ tooltip_name = "Objervar sujeto"
dialog_color = Color( 0, 1, 0.462745, 1 ) dialog_color = Color( 0, 1, 0.462745, 1 )
action1_text = "Objervar sujeto" action1_text = "Objervar sujeto"
action2_text = "Hablar" action2_text = "Hablar"
action3_target_texts = { "i_bombona2": "Toma, un regalo" }
selectable = true selectable = true
[node name="ESCLocation" type="Position2D" parent="EnekoSmoking"] [node name="ESCLocation" type="Position2D" parent="EnekoSmoking"]