Merge pull request #7239 from paprka/ointmentandshit

BLOOD FOR THE BLOOD GOD
This commit is contained in:
Cheridan
2015-02-03 16:30:42 -06:00
33 changed files with 893 additions and 254 deletions
@@ -32,6 +32,12 @@ LINEN BINS
add_fingerprint(user)
return
/obj/item/weapon/bedsheet/attackby(obj/item/I, mob/user)
if(istype(I, /obj/item/weapon/wirecutters) || istype(I, /obj/item/weapon/shard))
new /obj/item/stack/medical/gauze/improvised(src.loc)
qdel(src)
user << "<span class='notice'>You tear [src] up.</span>"
..()
/obj/item/weapon/bedsheet/blue
icon_state = "sheetblue"