🎉Zorionak eneko!🎉
This commit is contained in:
@@ -90,6 +90,14 @@ func _ready():
|
||||
|
||||
if $tooltip_layer/tooltip.connect("tooltip_size_updated", self, "update_tooltip_following_mouse_position", [tooltip_node]) != 0:
|
||||
escoria.logger.error(self, "Error connecting tooltip_size_updated with update_tooltip_following_mouse_position")
|
||||
# We get current day and month
|
||||
var time = OS.get_datetime()
|
||||
var day = time["day"]
|
||||
var month = time["month"]
|
||||
if(day == 8 and month ==2):
|
||||
escoria.globals_manager.set_global('zorionak_eneko', true)
|
||||
|
||||
|
||||
|
||||
func _enter_tree():
|
||||
var room_selector_parent = $CanvasLayer/ui/menu_button/VBoxContainer
|
||||
|
||||
@@ -102,6 +102,9 @@ say player "Espero que disfrutes el juego y buena suerte!"
|
||||
set_active turno_cocina_ajo true
|
||||
sched_event 10 eneko_smoking turno_cocina_eneko_catando_end
|
||||
stop
|
||||
- "Zorionak!!!!" [zorionak_eneko]
|
||||
say current_player "Zorionak!!!!"
|
||||
say eneko_smoking "Mila esker!"
|
||||
- "Quien eres tu?"
|
||||
say current_player "Quien eres tu?"
|
||||
say eneko_smoking "Soy Eneko" [!name_known]
|
||||
|
||||
Reference in New Issue
Block a user