diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index 44a67c2ef0a..3c3c65a929e 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -630,7 +630,7 @@ BLIND // can't see anything if (!(src.loc == usr)) return if (!( usr.restrained() ) && !( usr.stat ) && ( over_object )) - if (!usr.canUnEquip(src)) + if(!usr.canUnEquip(src)) to_chat(usr, "[src] appears stuck on you!") return switch(over_object.name)