mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
remove absorbed form virus lists
-> Absorbed are ignored in greater and lesser virus selection -> Absorb can no longer ba event infected
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))
|
||||
if(H.client && !H.isSynthetic() && H.stat != DEAD && !player_is_antag(H.mind) && !H.absorbed)
|
||||
candidates += H
|
||||
candidates = shuffle(candidates)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user