mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
add the ability to build airlock chambers (#31514)
* add the ability to build airlock chambers * fix identical variables lint * switch to span macros * make return values consistent * can remove access elecs with crowbar
This commit is contained in:
@@ -249,6 +249,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/high_volume_vent
|
||||
pipe_name = "high volume vent pump"
|
||||
pipe_id = PIPE_HIGH_VOLUME_PUMP
|
||||
orientations = 4
|
||||
pipe_icon = "uvent"
|
||||
pipe_category = RPD_DEVICES
|
||||
rpd_dispensable = TRUE
|
||||
|
||||
//Heat exchange pipes
|
||||
|
||||
/datum/pipes/atmospheric/simple/he
|
||||
|
||||
Reference in New Issue
Block a user