mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Adds more sounds (#2590)
Adds sounds for turning on flashlights, flares, flipping coins, shuffling deck of cards, using lighters and zippos, drills, sonic jackhammers, bikes and some weapon related sounds.
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
if(!on)
|
||||
turn_on()
|
||||
src.visible_message("\The [src] rumbles to life.", "You hear something rumble deeply.")
|
||||
playsound(src, 'sound/misc/bike_start.ogg', 50, 1)
|
||||
else
|
||||
turn_off()
|
||||
src.visible_message("\The [src] putters before turning off.", "You hear something putter slowly.")
|
||||
@@ -52,11 +53,13 @@
|
||||
|
||||
if(kickstand)
|
||||
src.visible_message("\The [usr] puts up \the [src]'s kickstand.", "You put up \the [src]'s kickstand.", "You hear a thunk.")
|
||||
playsound(src, 'sound/misc/bike_stand_up.ogg', 50, 1)
|
||||
else
|
||||
if(istype(src.loc,/turf/space))
|
||||
usr << "<span class='warning'>You don't think kickstands work in space...</span>"
|
||||
return
|
||||
src.visible_message("\The [usr] puts down \the [src]'s kickstand.", "You put down \the [src]'s kickstand.", "You hear a thunk.")
|
||||
playsound(src, 'sound/misc/bike_stand_down.ogg', 50, 1)
|
||||
if(pulledby)
|
||||
pulledby.stop_pulling()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user