mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Non-headrev revs can be properly revived after a revolution is quelled again(#63543)
This commit is contained in:
@@ -431,7 +431,7 @@
|
||||
|
||||
if (. == STATION_VICTORY)
|
||||
// If the revolution was quelled, make rev heads unable to be revived through pods
|
||||
for (var/datum/mind/rev_head as anything in ex_revs)
|
||||
for (var/datum/mind/rev_head as anything in ex_headrevs)
|
||||
ADD_TRAIT(rev_head.current, TRAIT_DEFIB_BLACKLISTED, REF(src))
|
||||
rev_head.current.med_hud_set_status()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user