mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
@@ -493,6 +493,8 @@
|
||||
|
||||
var/list/protection
|
||||
if(istype(M, /mob/living/carbon/human))
|
||||
if(M.isSynthetic())
|
||||
return
|
||||
var/mob/living/carbon/human/H = M
|
||||
protection = list(H.head, H.glasses, H.wear_mask)
|
||||
if(H.species && (H.species.flags & NO_PAIN))
|
||||
|
||||
Reference in New Issue
Block a user