Stay still, IV drips! (#10078)

This commit is contained in:
FirinMaLazors
2020-09-28 13:36:15 +02:00
committed by GitHub
parent 0a778af625
commit 5bbfe08428
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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.
@@ -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.."