add sprites to specie specific boxes

This commit is contained in:
datlo
2018-12-11 14:48:55 +00:00
parent cd08387e72
commit 5651009eb5
2 changed files with 2 additions and 2 deletions
@@ -75,7 +75,7 @@
return
/obj/item/storage/box/survival_vox
icon_state = "box_civ"
icon_state = "box_vox"
/obj/item/storage/box/survival_vox/New()
..()
@@ -85,7 +85,7 @@
new /obj/item/reagent_containers/hypospray/autoinjector(src)
/obj/item/storage/box/survival_plasmaman
icon_state = "box_civ"
icon_state = "box_plasma"
/obj/item/storage/box/survival_plasmaman/New()
..()
Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB