From 45d4f7b768556d384d8856217b941c1f12b0f19f Mon Sep 17 00:00:00 2001 From: Kyep Date: Tue, 5 Jul 2016 21:41:40 -0700 Subject: [PATCH] Second DZD change --- 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 973919499b3..44a67c2ef0a 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 (flags & NODROP) + if (!usr.canUnEquip(src)) to_chat(usr, "[src] appears stuck on you!") return switch(over_object.name)