mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Updates False Alarm Event (#31845)
* Updates False Alarm Event * Whoops
This commit is contained in:
@@ -97,6 +97,11 @@
|
||||
var/raffle_name = pick("Galactic Getaway Raffle", "Cosmic Jackpot Raffle", "Nebula Nonsense Raffle", "Greytide Giveaway Raffle", "Toolbox Treasure Raffle")
|
||||
GLOB.minor_announcement.Announce("The lucky winners of the Nanotrasen raffle, 'Nanotrasen [raffle_name],' are arriving at [station_name()] shortly. Please welcome them warmly, they'll be staying with you until the end of your shift!")
|
||||
|
||||
/datum/event/tourist_arrivals/fake_announce()
|
||||
var/raffle_name = pick("Galactic Getaway Raffle", "Cosmic Jackpot Raffle", "Nebula Nonsense Raffle", "Greytide Giveaway Raffle", "Toolbox Treasure Raffle")
|
||||
GLOB.minor_announcement.Announce("The lucky winners of the Nanotrasen raffle, 'Nanotrasen [raffle_name],' are arriving at [station_name()] shortly. Please welcome them warmly, they'll be staying with you until the end of your shift!")
|
||||
return TRUE
|
||||
|
||||
// Greets the player, announces objectives!
|
||||
/datum/event/tourist_arrivals/proc/greeting(mob/living/carbon/human/M)
|
||||
var/list/greeting = list()
|
||||
|
||||
Reference in New Issue
Block a user