11 lines
406 B
Plaintext
11 lines
406 B
Plaintext
diff a/code/game/gamemodes/game_mode.dm b/code/game/gamemodes/game_mode.dm (rejected hunks)
|
|
@@ -266,7 +266,7 @@
|
|
if(escaped_total > 0)
|
|
SSblackbox.set_val("escaped_total",escaped_total)
|
|
send2irc("Server", "Round just ended.")
|
|
- if(cult.len && !istype(SSticker.mode,/datum/game_mode/cult))
|
|
+ if(cult.len && !istype(SSticker.mode, /datum/game_mode/cult))
|
|
datum_cult_completion()
|
|
|
|
return 0
|