diff --git a/code/game/machinery/medipen_refiller.dm b/code/game/machinery/medipen_refiller.dm index fcfebe4abe6..f6a528e4b63 100644 --- a/code/game/machinery/medipen_refiller.dm +++ b/code/game/machinery/medipen_refiller.dm @@ -41,6 +41,7 @@ /datum/reagent/medicine/morphine, )) // NOVA EDIT ADDITION END + /obj/machinery/medipen_refiller/Initialize(mapload) . = ..() AddComponent(/datum/component/plumbing/simple_demand)