mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Compilation fixes.
This commit is contained in:
@@ -5,7 +5,7 @@ sudo: false
|
|||||||
env:
|
env:
|
||||||
BYOND_MAJOR="508"
|
BYOND_MAJOR="508"
|
||||||
BYOND_MINOR="1293"
|
BYOND_MINOR="1293"
|
||||||
MACRO_COUNT=1133
|
MACRO_COUNT=1129
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|||||||
@@ -285,10 +285,10 @@
|
|||||||
|
|
||||||
for(var/obj/item/I in protection)
|
for(var/obj/item/I in protection)
|
||||||
if(I)
|
if(I)
|
||||||
if(I.flags & MASKCOVERSEYES)
|
if(I.body_parts_covered & EYES)
|
||||||
eyes_covered = 1
|
eyes_covered = 1
|
||||||
eye_protection = I.name
|
eye_protection = I.name
|
||||||
if(I.flags & MASKCOVERSMOUTH)
|
if((I.body_parts_covered & FACE) && !(I.item_flags & FLEXIBLEMATERIAL))
|
||||||
mouth_covered = 1
|
mouth_covered = 1
|
||||||
face_protection = I.name
|
face_protection = I.name
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user