mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user