Update medipenrefill.dm

This commit is contained in:
lolman360
2020-08-11 17:32:44 +10:00
parent f977ac7180
commit 6e2bb79834

View File

@@ -68,7 +68,6 @@
to_chat(user, "<span class='notice'>You start furiously plunging [name].</span>")
if(do_after(user, 30, target = src))
to_chat(user, "<span class='notice'>You finish plunging the [name].</span>")
reagents.expose(get_turf(src), TOUCH)
reagents.clear_reagents()
/obj/machinery/medipen_refiller/wrench_act(mob/living/user, obj/item/I)