Merge pull request #10441 from datlo/boxsprites

Add sprites to specie specific boxes
This commit is contained in:
variableundefined
2018-12-15 18:15:52 +08:00
committed by GitHub
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()
..()