Skip to content

Commit

Permalink
fixes fastdmm compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
HowToLoLu committed Aug 21, 2024
1 parent 0dfa8f1 commit 0bf6dde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/modules/mapping/mapping_helpers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,11 @@ INITIALIZE_IMMEDIATE(/obj/effect/mapping_helpers/no_lava)
var/pipe_color = ""
var/hide = FALSE

FASTDMM_PROP(\
pipe_type = PIPE_TYPE_AUTO,\
pipe_interference_group = "atmos-[piping_layer]"\
)

var/list/pipe_types = list(
/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/machinery/atmospherics/pipe/simple/general/visible,
Expand Down

0 comments on commit 0bf6dde

Please sign in to comment.