mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Update roundend.dm (#17918)
This commit is contained in:
@@ -231,7 +231,7 @@
|
||||
continue
|
||||
if(SSpersistence.antag_rep_change[M.ckey] < 0) // don't want to punish antags for being alive hehe
|
||||
continue
|
||||
else if(M.onCentCom())
|
||||
else if(M.onCentCom() || SSticker.force_ending || SSticker.mode.station_was_nuked)
|
||||
SSpersistence.antag_rep_change[M.ckey] *= CONFIG_GET(number/escaped_alive_bonus) // Reward for escaping alive
|
||||
else
|
||||
SSpersistence.antag_rep_change[M.ckey] *= CONFIG_GET(number/stayed_alive_bonus) // Reward for staying alive
|
||||
|
||||
Reference in New Issue
Block a user