Merge pull request #276 from SkyMarshal/master

Weldpack added, not on map; Clipboards fit on belt; Wrapping is more robust.
This commit is contained in:
Albert Iordache
2012-01-12 11:43:39 -08:00
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)