Finished coding makeshift armor.

This commit is contained in:
Neerti
2017-04-18 03:16:10 -04:00
parent 5b4ab95bd5
commit 6bd0f8742e
9 changed files with 270 additions and 50 deletions
@@ -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>"