mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 07:39:13 +01:00
better icons
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user