diff --git a/code/game/machinery/iv_drip.dm b/code/game/machinery/iv_drip.dm index bb5e8da92a3..eae41c9f1c9 100644 --- a/code/game/machinery/iv_drip.dm +++ b/code/game/machinery/iv_drip.dm @@ -2,7 +2,7 @@ name = "\improper IV drip" icon = 'icons/obj/iv_drip.dmi' anchored = 0 - density = 1 + density = FALSE var/mob/living/carbon/human/attached = null var/mode = 1 // 1 is injecting, 0 is taking blood. diff --git a/html/changelogs/FirinMaLazors-staystillIVdrips.yml b/html/changelogs/FirinMaLazors-staystillIVdrips.yml new file mode 100644 index 00000000000..30fe8504d66 --- /dev/null +++ b/html/changelogs/FirinMaLazors-staystillIVdrips.yml @@ -0,0 +1,6 @@ +author: FirinMaLazors + +delete-after: True + +changes: + - rscadd: "Changes IV drips' density to 0 so you don't bump into the darn things.." \ No newline at end of file