Adds the Temperature Gate (#30812)

* introducing, the temperature gate!

* why is are the icons not workinggg, perhaps CI to the rescue

* rebuilding tgui

* tgui fix!

* icon fixes and tgui

* if i had a nickel for everytime i got told to rebuild tgui

* as funny as "the temperature thing" is, it should have a proper description

* T0C rounded to 273

* small typo

* some small sprite work
This commit is contained in:
Hayden Redacted
2025-11-28 16:36:47 +00:00
committed by GitHub
parent 6d0cf05591
commit b0f2dbaf23
9 changed files with 232 additions and 3 deletions
+8
View File
@@ -193,6 +193,14 @@ GLOBAL_LIST_EMPTY(rpd_pipe_list) //Some pipes we don't want to be dispensable
pipe_category = RPD_DEVICES
rpd_dispensable = TRUE
/datum/pipes/atmospheric/temperature_gate
pipe_name = "temperature gate"
pipe_id = PIPE_TEMPERATURE_GATE
orientations = 4
pipe_icon = "temperature_gate"
pipe_category = RPD_DEVICES
rpd_dispensable = TRUE
/datum/pipes/atmospheric/filter
pipe_name = "gas filter"
pipe_id = PIPE_GAS_FILTER