Added weldpack, clipboards fit on belt, food and other things can now be wrapped

This commit is contained in:
SkyMarshal
2012-01-12 11:13:05 -07:00
parent 7b3e347dba
commit 70cb3417ef
7 changed files with 54 additions and 42 deletions
@@ -637,12 +637,7 @@ CLIPBOARDS
user.update_clothing()
src.add_fingerprint(user)
else
if (user.contents.Find(src))
spawn( 0 )
src.attack_self(user)
return
else
return ..()
return ..()
return
/obj/item/weapon/clipboard/attackby(obj/item/weapon/P as obj, mob/user as mob)