Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit e148667

Browse files
finally new tanks (#22334)
Co-authored-by: AMyriad <[email protected]>
1 parent f9fb7b7 commit e148667

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

code/datums/greyscale/json_configs/pressure_tank.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
{
44
"type": "icon_state",
55
"icon_state": "base",
6+
"blend_mode": "overlay"
7+
},
8+
{
9+
"type": "icon_state",
10+
"icon_state": "stripe",
611
"blend_mode": "overlay",
712
"color_ids": [ 1 ]
813
}

code/modules/atmospherics/machinery/components/unary_devices/tank.dm

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030

3131
/obj/machinery/atmospherics/components/unary/tank/air
3232
name = "pressure tank (Air)"
33-
greyscale_colors = "#f5f3f0"
33+
greyscale_config = null
34+
greyscale_colors = null
3435

3536
/obj/machinery/atmospherics/components/unary/tank/air/Initialize(mapload)
3637
. = ..()
@@ -49,9 +50,7 @@
4950

5051
/obj/machinery/atmospherics/components/unary/tank/plasma
5152
gas_type = GAS_PLASMA
52-
greyscale_config = null
53-
greyscale_colors = null
54-
icon_state = "plasma"
53+
greyscale_colors = "#f05f16"
5554

5655
/obj/machinery/atmospherics/components/unary/tank/plasma/Initialize(mapload)
5756
. = ..()
-1.28 KB
Binary file not shown.

0 commit comments

Comments
 (0)