[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:
SkyratBot
2022-01-07 12:16:42 +00:00
committed by GitHub
co-authored by san7890
parent 7f7cfbb3d4
commit dee430638a
+1 -1
View File
@@ -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)