mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Compilation fixes.
This commit is contained in:
@@ -5,7 +5,7 @@ sudo: false
|
||||
env:
|
||||
BYOND_MAJOR="508"
|
||||
BYOND_MINOR="1293"
|
||||
MACRO_COUNT=1133
|
||||
MACRO_COUNT=1129
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
||||
@@ -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