Proc to define

This commit is contained in:
Chayse Ramsay
2019-08-04 05:48:08 +01:00
parent 46e4023ba9
commit f9d829b111
5 changed files with 6 additions and 13 deletions

View File

@@ -293,7 +293,7 @@
var/obj/item/clothing/check
var/internals = FALSE
for(check in C.get_internal_slots())
for(check in GET_INTERNAL_SLOTS(C))
if(istype(check, /obj/item/clothing/mask))
var/obj/item/clothing/mask/M = check
if(M.mask_adjusted)