Closet wrapping fix

- Removed ability to wrap closets if you are inside them
This commit is contained in:
Loganbacca
2014-05-14 21:55:51 +12:00
parent 86190c0edb
commit 03a01fc805
@@ -99,6 +99,8 @@
return
if(target in user)
return
if(user in target) //no wrapping closets that you are inside - it's not physically possible
return
user.attack_log += text("\[[time_stamp()]\] <font color='blue'>Has used [src.name] on \ref[target]</font>")