mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-05 15:04:21 +00: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