mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
IV Drip Wheel Sound
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user