Merge pull request #7249 from Citadel-Station-13/upstream-merge-38699
[MIRROR] Hardsuit helmets protect eyes from pepperspray
This commit is contained in:
@@ -283,10 +283,10 @@
|
||||
if(ishuman(victim))
|
||||
var/mob/living/carbon/human/H = victim
|
||||
if( H.head )
|
||||
if ( H.head.flags_cover & MASKCOVERSEYES )
|
||||
if ( H.head.flags_cover & HEADCOVERSEYES )
|
||||
eyes_covered = 1
|
||||
safe_thing = H.head
|
||||
if ( H.head.flags_cover & MASKCOVERSMOUTH )
|
||||
if ( H.head.flags_cover & HEADCOVERSMOUTH )
|
||||
mouth_covered = 1
|
||||
safe_thing = H.head
|
||||
if(H.glasses)
|
||||
|
||||
Reference in New Issue
Block a user