From c8cede89162d42c25087d7abbdb501a5bbf820a7 Mon Sep 17 00:00:00 2001 From: Kyep Date: Thu, 7 Jul 2016 21:53:44 -0700 Subject: [PATCH] Tiger --- code/modules/clothing/clothing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)