Merge pull request #3328 from Neerti/3/14/2017_makeshift_armor

Adds Makeshift Armor
This commit is contained in:
Anewbe
2017-04-19 10:13:20 -05:00
committed by GitHub
13 changed files with 371 additions and 3 deletions

View File

@@ -243,6 +243,12 @@
user.drop_from_inventory(src)
qdel(src)
return
else if(istype(D, /obj/item/weapon/wirecutters))
to_chat(user, "<span class='notice'>You cut a big hole in \the [src] with \the [D]. It's kinda useless as a bucket now.</span>")
user.put_in_hands(new /obj/item/clothing/head/helmet/bucket)
user.drop_from_inventory(src)
qdel(src)
return
else if(istype(D, /obj/item/weapon/mop))
if(reagents.total_volume < 1)
user << "<span class='warning'>\The [src] is empty!</span>"