better icons

This commit is contained in:
TrilbySpaceClone
2019-10-19 15:13:06 -04:00
parent 64ed1878cc
commit 2ce4802fde
2 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -47,7 +47,7 @@
name = "mass grave body bag"
desc = "A large folded bag designed for the storage and transportation of cadavers."
icon = 'icons/obj/bodybag.dmi'
icon_state = "bodybag_folded_OLD"
icon_state = "bluebodybag_folded"
w_class = ITEMSIZE_LARGE
attack_self(mob/user)
@@ -58,9 +58,9 @@
/obj/structure/closet/body_bag/large
name = "mass grave body bag"
desc = "A massive body bag that holds as much as it does do to bluespace lining on its zipper. Shockingly compact for its storage."
icon_state = "bodybag_closed_OLD"
icon_closed = "bodybag_closed_OLD"
icon_opened = "bodybag_open_OLD"
icon_state = "bluebodybag_closed"
icon_closed = "bluebodybag_closed"
icon_opened = "bluebodybag_open"
storage_capacity = (MOB_MEDIUM * 12) - 1 //Holds 12 bodys
item_path = /obj/item/bodybag/large
//End of Yawn add
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB