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
+1 -1
View File
@@ -36,7 +36,7 @@
var/obj/item/clothing/check
var/internals = FALSE
for(check in H.get_internal_slots())
for(check in GET_INTERNAL_SLOTS(H))
if(istype(check, /obj/item/clothing/mask))
var/obj/item/clothing/mask/M = check
if(M.mask_adjusted)