mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
A few mapping glamour objects (#18141)
Added a preset for glamour doors, tables and racks, for mapping purposes.
This commit is contained in:
@@ -247,3 +247,11 @@
|
||||
material = get_material_by_name("holowood")
|
||||
. = ..()
|
||||
*/
|
||||
|
||||
/obj/structure/table/bench/glamour
|
||||
icon_state = "plain_preview"
|
||||
color = "#fffce6"
|
||||
|
||||
/obj/structure/table/bench/glamour/Initialize(mapload)
|
||||
material = get_material_by_name(MAT_GLAMOUR)
|
||||
. = ..()
|
||||
|
||||
@@ -46,3 +46,17 @@
|
||||
/obj/structure/table/rack/shelf/wood/Initialize(mapload)
|
||||
material = get_material_by_name(MAT_WOOD)
|
||||
. = ..()
|
||||
|
||||
/obj/structure/table/rack/glamour
|
||||
color = "#fffbe6"
|
||||
|
||||
/obj/structure/table/rack/glamour/Initialize(mapload)
|
||||
material = get_material_by_name(MAT_GLAMOUR)
|
||||
. = ..()
|
||||
|
||||
/obj/structure/table/rack/shelf/glamour
|
||||
color = "#fffbe6"
|
||||
|
||||
/obj/structure/table/rack/shelf/glamour/Initialize(mapload)
|
||||
material = get_material_by_name(MAT_GLAMOUR)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user