mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +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:
@@ -77,5 +77,6 @@
|
||||
comment = "tails"
|
||||
else if(result == 2)
|
||||
comment = "heads"
|
||||
playsound(src.loc, 'sound/items/coinflip.ogg', 100, 1, -4)
|
||||
user.visible_message("<span class='notice'>[user] has thrown \the [src]. It lands on [comment]! </span>", \
|
||||
"<span class='notice'>You throw \the [src]. It lands on [comment]! </span>")
|
||||
|
||||
@@ -212,7 +212,7 @@
|
||||
desc = "Yours is the drill that will pierce through the rock walls."
|
||||
drill_verb = "drilling"
|
||||
autodrill = 1
|
||||
drill_sound = 'sound/weapons/circsawhit.ogg'
|
||||
drill_sound = 'sound/weapons/drill.ogg'
|
||||
digspeed = 20
|
||||
digspeed_unwielded = 30
|
||||
force_unwielded = 15.0
|
||||
@@ -231,7 +231,7 @@
|
||||
desc = "Cracks rocks with sonic blasts, perfect for killing cave lizards."
|
||||
drill_verb = "hammering"
|
||||
autodrill = 1
|
||||
drill_sound = 'sound/weapons/resonator_blast.ogg'
|
||||
drill_sound = 'sound/weapons/sonic_jackhammer.ogg'
|
||||
digspeed = 15
|
||||
digspeed_unwielded = 15
|
||||
force_unwielded = 25.0
|
||||
@@ -276,7 +276,7 @@
|
||||
desc = "Yours is the drill that will pierce the heavens!"
|
||||
drill_verb = "drilling"
|
||||
autodrill = 1
|
||||
drill_sound = 'sound/weapons/circsawhit.ogg'
|
||||
drill_sound = 'sound/weapons/drill.ogg'
|
||||
excavation_amount = 100
|
||||
|
||||
can_wield = 0
|
||||
@@ -297,7 +297,7 @@
|
||||
desc = ""
|
||||
drill_verb = "drilling"
|
||||
autodrill = 1
|
||||
drill_sound = 'sound/weapons/circsawhit.ogg'
|
||||
drill_sound = 'sound/weapons/drill.ogg'
|
||||
can_wield = 0
|
||||
force = 15.0
|
||||
excavation_amount = 100
|
||||
|
||||
Reference in New Issue
Block a user