Skip to content

Commit 834903c

Browse files
authored
it was literally, just this (#7075)
1 parent 5de743e commit 834903c

File tree

7 files changed

+133
-119
lines changed

7 files changed

+133
-119
lines changed

code/__DEFINES/color/color.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
#define WOOD_COLOR_BLACK "#332521"
104104
#define WOOD_COLOR_CHOCOLATE "#543c30"
105105
#define WOOD_COLOR_YELLOW "#e3994e"
106+
#define WOOD_COLOR_HARDWOOD "#42291a"
106107

107108
// Color defines used by the assembly detailer.
108109
#define COLOR_ASSEMBLY_BLACK "#545454"

code/modules/mapping/map_helpers/paint.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ CREATE_PAINT(commandblue, COLOR_COMMAND_BLUE)
115115
CREATE_PAINT(purple, COLOR_PURPLE)
116116
CREATE_PAINT(purplegray, COLOR_PURPLE_GRAY)
117117
CREATE_PAINT(babyblue, COLOR_BABY_BLUE)
118+
CREATE_PAINT(hardwood, WOOD_COLOR_HARDWOOD)
118119

119120
CREATE_PAINT_STRIPE(beastybrown, COLOR_CARGO_BROWN)
120121
CREATE_PAINT_STRIPE(sun, COLOR_SUN)

maps/rift/levels/rift-02-underground2.dmm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3225,6 +3225,7 @@
32253225
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
32263226
/obj/structure/disposalpipe/segment,
32273227
/obj/spawner/window/low_wall/reinforced/full/firelocks,
3228+
/obj/effect/paint/sun,
32283229
/turf/simulated/floor/plating,
32293230
/area/engineering/foyer)
32303231
"lW" = (
@@ -5572,6 +5573,7 @@
55725573
icon_state = "4-8"
55735574
},
55745575
/obj/spawner/window/low_wall/reinforced/full/firelocks,
5576+
/obj/effect/paint/sun,
55755577
/turf/simulated/floor,
55765578
/area/maintenance/substation/engineering)
55775579
"tB" = (
@@ -8176,6 +8178,7 @@
81768178
/area/engineering/engine_waste)
81778179
"DI" = (
81788180
/obj/spawner/window/low_wall/reinforced/full/firelocks,
8181+
/obj/effect/paint/purplegray,
81798182
/turf/simulated/floor/plating,
81808183
/area/rnd/secure_storage/lower)
81818184
"DK" = (
@@ -9179,6 +9182,7 @@
91799182
/area/engineering/workshop)
91809183
"HY" = (
91819184
/obj/spawner/window/low_wall/full/nogrille/firelocks,
9185+
/obj/effect/paint/sun,
91829186
/turf/simulated/floor/plating,
91839187
/area/engineering/workshop)
91849188
"Ia" = (

maps/rift/levels/rift-03-underground1.dmm

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14153,10 +14153,6 @@
1415314153
},
1415414154
/turf/simulated/floor/plating,
1415514155
/area/maintenance/lower/trash_pit)
14156-
"Sj" = (
14157-
/obj/spawner/window/low_wall/reinforced/full/firelocks,
14158-
/turf/simulated/floor/plating,
14159-
/area/rnd/secure_storage/upper)
1416014156
"Sk" = (
1416114157
/obj/structure/table/rack,
1416214158
/obj/random/maintenance/clean,
@@ -23340,7 +23336,7 @@ oT
2334023336
UH
2334123337
uA
2334223338
uA
23343-
Sj
23339+
Qi
2334423340
uA
2334523341
uA
2334623342
WR

0 commit comments

Comments
 (0)