Compile fix

This commit is contained in:
Mark van Alphen
2019-06-09 22:48:28 +02:00
parent 3728e5efe4
commit ad556dc06d
+1 -1
View File
@@ -649,7 +649,7 @@ BLIND // can't see anything
/obj/item/clothing/under/proc/attach_accessory(obj/item/clothing/accessory/A, mob/user, unequip = FALSE)
if(can_attach_accessory(A))
if(check_unequip && !user.unEquip(A)) // Make absolutely sure this accessory is removed from hands
if(unequip && !user.unEquip(A)) // Make absolutely sure this accessory is removed from hands
return FALSE
accessories += A