mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #11335 from VOREStation/Icons/srrack
Skyrat rack sprite
This commit is contained in:
committed by
Chompstation Bot
parent
5e89205ead
commit
dc78d48279
@@ -1,3 +1,6 @@
|
|||||||
|
/obj/structure/table/rack
|
||||||
|
icon = 'icons/obj/objects_vr.dmi'
|
||||||
|
|
||||||
/obj/structure/table/rack/steel
|
/obj/structure/table/rack/steel
|
||||||
color = "#666666"
|
color = "#666666"
|
||||||
|
|
||||||
@@ -8,7 +11,6 @@
|
|||||||
/obj/structure/table/rack/shelf
|
/obj/structure/table/rack/shelf
|
||||||
name = "shelving"
|
name = "shelving"
|
||||||
desc = "Some nice metal shelves."
|
desc = "Some nice metal shelves."
|
||||||
icon = 'icons/obj/objects_vr.dmi'
|
|
||||||
icon_state = "shelf"
|
icon_state = "shelf"
|
||||||
|
|
||||||
/obj/structure/table/rack/shelf/steel
|
/obj/structure/table/rack/shelf/steel
|
||||||
@@ -17,3 +19,16 @@
|
|||||||
/obj/structure/table/rack/shelf/steel/New()
|
/obj/structure/table/rack/shelf/steel/New()
|
||||||
material = get_material_by_name(MAT_STEEL)
|
material = get_material_by_name(MAT_STEEL)
|
||||||
..()
|
..()
|
||||||
|
|
||||||
|
// SOMEONE should add cool overlay stuff to this
|
||||||
|
/obj/structure/table/rack/gun_rack
|
||||||
|
name = "gun rack"
|
||||||
|
desc = "Seems like you could prop up some rifles here."
|
||||||
|
icon_state = "gunrack"
|
||||||
|
|
||||||
|
/obj/structure/table/rack/gun_rack/steel
|
||||||
|
color = "#666666"
|
||||||
|
|
||||||
|
/obj/structure/table/rack/gun_rack/steel/New()
|
||||||
|
material = get_material_by_name(MAT_STEEL)
|
||||||
|
..()
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.9 KiB |
Reference in New Issue
Block a user