mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-15 12:42:50 +00:00
Merge pull request #8195 from Cerebulon/skyratmisc
Misc. Skyrat Sprites Port
This commit is contained in:
@@ -24,3 +24,38 @@
|
||||
/obj/structure/table/rack/holorack/dismantle(obj/item/weapon/tool/wrench/W, mob/user)
|
||||
to_chat(user, "<span class='warning'>You cannot dismantle \the [src].</span>")
|
||||
return
|
||||
|
||||
/obj/structure/table/rack/steel
|
||||
color = "#666666"
|
||||
|
||||
/obj/structure/table/rack/steel/New()
|
||||
material = get_material_by_name(MAT_STEEL)
|
||||
..()
|
||||
|
||||
//Shelves
|
||||
|
||||
/obj/structure/table/rack/shelf
|
||||
name = "shelving"
|
||||
desc = "Some nice metal shelves."
|
||||
icon_state = "shelf"
|
||||
|
||||
/obj/structure/table/rack/shelf/steel
|
||||
color = "#666666"
|
||||
|
||||
/obj/structure/table/rack/shelf/steel/New()
|
||||
material = get_material_by_name(MAT_STEEL)
|
||||
..()
|
||||
|
||||
//Gunrack
|
||||
// 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)
|
||||
..()
|
||||
Reference in New Issue
Block a user