Skip to content

Commit

Permalink
[MIRROR] Automated IV drips now respect the layer set in the plumbing…
Browse files Browse the repository at this point in the history
… constructor (#1832)

* Automated IV drips now respect the layer set in the plumbing constructor (#81294)

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: Nick <[email protected]>
Co-authored-by: Time-Green <[email protected]>
  • Loading branch information
4 people authored Feb 7, 2024
1 parent f965c9f commit b9f6eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/plumbing/plumbers/iv_drip.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
density = TRUE
use_internal_storage = TRUE

/obj/machinery/iv_drip/plumbing/Initialize(mapload)
/obj/machinery/iv_drip/plumbing/Initialize(mapload, bolt, layer)
. = ..()
AddComponent(/datum/component/plumbing/iv_drip, anchored)
AddComponent(/datum/component/plumbing/iv_drip, bolt, layer)
AddComponent(/datum/component/simple_rotation)

/obj/machinery/iv_drip/plumbing/add_context(atom/source, list/context, obj/item/held_item, mob/living/user)
Expand Down

0 comments on commit b9f6eec

Please sign in to comment.