mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Virusfix (#7686)
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
|
||||
/datum/event2/event/virus/set_up()
|
||||
for(var/mob/living/carbon/human/H in player_list)
|
||||
if(H.client && !H.isSynthetic() && H.stat != DEAD && !player_is_antag(H.mind) && !isbelly(H.loc))
|
||||
if(H.client && !H.isSynthetic() && H.stat != DEAD && !player_is_antag(H.mind) && !isbelly(H.loc) && !H.species.get_virus_immune(H)) // CHOMPEdit - Make sure they're not immune
|
||||
candidates += H
|
||||
candidates = shuffle(candidates)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user