mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 11:31:38 +00:00
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
for(var/mob/living/carbon/human/H in shuffle(living_mob_list))
|
||||
if((H.client && H.stat != DEAD) && (!player_is_antag(H.mind)))
|
||||
var/obj/item/organ/internal/appendix/A = H.internal_organs_by_name[BP_APPENDIX]
|
||||
if(!istype(A) || (A && A.inflamed && !(A.status & ORGAN_ROBOT)))
|
||||
if(!istype(A) || (A && A.inflamed))
|
||||
continue
|
||||
A.inflamed = 1
|
||||
A.update_icon()
|
||||
|
||||
Reference in New Issue
Block a user