Merge pull request #11335 from VOREStation/Icons/srrack

Skyrat rack sprite
This commit is contained in:
Aronai Sieyes
2021-08-05 16:41:26 -04:00
committed by Chompstation Bot
parent 5e89205ead
commit dc78d48279
2 changed files with 16 additions and 1 deletions

View File

@@ -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