IV Drip Wheel Sound

This commit is contained in:
Unknown
2019-02-15 00:15:35 -05:00
parent 5ab0af3b25
commit 3523a48d89
+8 -1
View File
@@ -55,7 +55,14 @@
/obj/machinery/iv_drip/examine(mob/user)
..(user)
bag.examine(user)
if(bag)
bag.examine(user)
/obj/machinery/iv_drip/Move(NewLoc, direct)
. = ..()
if(!.) // ..() will return 0 if we didn't actually move anywhere.
return .
playsound(loc, pick('sound/items/cartwheel1.ogg', 'sound/items/cartwheel2.ogg'), 100, 1, ignore_walls = FALSE)
#undef IV_TAKING
#undef IV_INJECTING