Second DZD change

This commit is contained in:
Kyep
2016-07-05 21:41:40 -07:00
parent 9c42220dec
commit 45d4f7b768
+1 -1
View File
@@ -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)