Merge pull request #32119 from AnturK/convertfix
Fixes round conversion issues
This commit is contained in:
committed by
CitadelStationBot
parent
0a32eb3162
commit
ce4ccedd10
@@ -173,7 +173,8 @@
|
||||
round_converted = 0
|
||||
return 1
|
||||
for(var/mob/living/carbon/human/H in antag_candidates)
|
||||
replacementmode.make_antag_chance(H)
|
||||
if(H.client)
|
||||
replacementmode.make_antag_chance(H)
|
||||
round_converted = 2
|
||||
message_admins("-- IMPORTANT: The roundtype has been converted to [replacementmode.name], antagonists may have been created! --")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user