mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Add Wheelcart Sound To More Objs (#29427)
* bo * ba --------- Signed-off-by: Osetrokarasek <78341303+ostrkrs@users.noreply.github.com>
This commit is contained in:
@@ -216,6 +216,12 @@
|
||||
else
|
||||
icon_state = "[base_icon_state]:[on]"
|
||||
|
||||
/obj/machinery/atmospherics/portable/pump/Move(NewLoc, direct)
|
||||
. = ..()
|
||||
if(!.)
|
||||
return
|
||||
playsound(loc, pick('sound/items/cartwheel1.ogg', 'sound/items/cartwheel2.ogg'), 100, TRUE, ignore_walls = FALSE)
|
||||
|
||||
#undef MAX_TARGET_PRESSURE
|
||||
#undef DIRECTION_IN
|
||||
#undef DIRECTION_OUT
|
||||
|
||||
@@ -202,3 +202,9 @@
|
||||
stationary = TRUE
|
||||
|
||||
#undef MAX_RATE
|
||||
|
||||
/obj/machinery/atmospherics/portable/scrubber/Move(NewLoc, direct)
|
||||
. = ..()
|
||||
if(!.)
|
||||
return
|
||||
playsound(loc, pick('sound/items/cartwheel1.ogg', 'sound/items/cartwheel2.ogg'), 100, TRUE, ignore_walls = FALSE)
|
||||
|
||||
@@ -75,6 +75,12 @@
|
||||
else
|
||||
qdel(src)
|
||||
|
||||
/obj/structure/reagent_dispensers/Move(NewLoc, direct)
|
||||
. = ..()
|
||||
if(!.)
|
||||
return
|
||||
playsound(loc, pick('sound/items/cartwheel1.ogg', 'sound/items/cartwheel2.ogg'), 100, TRUE, ignore_walls = FALSE)
|
||||
|
||||
//Dispensers
|
||||
/obj/structure/reagent_dispensers/watertank
|
||||
name = "water tank"
|
||||
|
||||
Reference in New Issue
Block a user