You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code/datums/gamemode/factions/bloodcult/bloodcult.dm
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,13 +91,15 @@
91
91
eclipse_trigger_cult()
92
92
for(var/obj/structure/cult/spire/Sin cult_spires)
93
93
S.upgrade(3)
94
+
ticker.StartThematic("eclipse")
94
95
if (BLOODCULT_STAGE_MISSED)
95
96
for (var/datum/role/cultistin members)
96
97
var/mob/M= cultist.antag.current
97
98
if (M)
98
99
to_chat(M, "<span class='sinister'>The Eclipse has passed. You won't be able to tear reality aboard this station anymore. Escape the station alive with your fellow cultists so you may try again another day.</span>")
0 commit comments