mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Compile fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user