[MIRROR] Fantasy redgate map (#7035)

Co-authored-by: Casey <a.roaming.shadow@gmail.com>
Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
CHOMPStation2
2023-09-26 07:29:35 -07:00
committed by GitHub
parent 56b0d60711
commit 507879aef8
60 changed files with 52723 additions and 10 deletions

View File

@@ -31,4 +31,18 @@
/obj/structure/table/rack/gun_rack/steel/New()
material = get_material_by_name(MAT_STEEL)
..()
..()
/obj/structure/table/rack/wood
color = "#A1662F"
/obj/structure/table/rack/wood/New()
material = get_material_by_name(MAT_WOOD)
..()
/obj/structure/table/rack/shelf/wood
color = "#A1662F"
/obj/structure/table/rack/shelf/wood/New()
material = get_material_by_name(MAT_WOOD)
..()