mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 15:15:32 +01:00
Compilation fixes.
This commit is contained in:
@@ -285,10 +285,10 @@
|
||||
|
||||
for(var/obj/item/I in protection)
|
||||
if(I)
|
||||
if(I.flags & MASKCOVERSEYES)
|
||||
if(I.body_parts_covered & EYES)
|
||||
eyes_covered = 1
|
||||
eye_protection = I.name
|
||||
if(I.flags & MASKCOVERSMOUTH)
|
||||
if((I.body_parts_covered & FACE) && !(I.item_flags & FLEXIBLEMATERIAL))
|
||||
mouth_covered = 1
|
||||
face_protection = I.name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user