mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
[MIRROR] Updates Message Sent When Cult Delays the Shuttle Three Times In A Row [MDB IGNORE] (#10511)
* Updates Message Sent When Cult Delays the Shuttle Three Times In A Row (#63784) * Updates Message Sent When Cult Delays the Shuttle Three Times In A Row Co-authored-by: san7890 <34697715+san7890@users.noreply.github.com>
This commit is contained in:
@@ -583,7 +583,7 @@ Striking a noncultist, however, will tear their flesh."}
|
||||
|
||||
if(totalcurses >= MAX_SHUTTLE_CURSES && (world.time < first_curse_time + SHUTTLE_CURSE_OMFG_TIMESPAN))
|
||||
var/omfg_message = pick_list(CULT_SHUTTLE_CURSE, "omfg_announce") || "LEAVE US ALONE!"
|
||||
addtimer(CALLBACK(GLOBAL_PROC, .proc/priority_announce, omfg_message, "Priority Alert", 'sound/misc/notice1.ogg', null, "Central Command Division of Transportation"), rand(2 SECONDS, 6 SECONDS))
|
||||
addtimer(CALLBACK(GLOBAL_PROC, .proc/priority_announce, omfg_message, "Priority Alert", 'sound/misc/notice1.ogg', null, "Nanotrasen Department of Transportation: Central Command"), rand(2 SECONDS, 6 SECONDS))
|
||||
for(var/mob/iter_player as anything in GLOB.player_list)
|
||||
if(IS_CULTIST(iter_player))
|
||||
iter_player.client?.give_award(/datum/award/achievement/misc/cult_shuttle_omfg, iter_player)
|
||||
|
||||
Reference in New Issue
Block a user