Ports a bunch of fluff stuff

This commit is contained in:
Anewbe
2017-02-21 13:50:14 -06:00
parent d476e18a21
commit 2de037fbbf
38 changed files with 155 additions and 38 deletions
+12
View File
@@ -50,3 +50,15 @@
/obj/item/latexballon/attackby(obj/item/W as obj, mob/user as mob)
if (can_puncture(W))
burst()
/*
/obj/item/latexballon/nitrile
name = "nitrile glove"
desc = "A nitrile glove, usually used as a balloon."
icon_state = "nitrileballon"
item_icons = list(
slot_l_hand_str = 'icons/mob/items/lefthand_gloves.dmi',
slot_r_hand_str = 'icons/mob/items/righthand_gloves.dmi',
)
item_state = "ngloves"
*/
@@ -75,7 +75,7 @@
/obj/item/weapon/storage/box/gloves/New()
..()
for(var/i = 1 to 7)
new /obj/item/clothing/gloves/latex(src)
new /obj/item/clothing/gloves/sterile/latex(src)
/obj/item/weapon/storage/box/masks
name = "box of sterile masks"