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:
Alberyk
2017-06-04 07:32:49 -03:00
committed by skull132
parent 27e6b355b7
commit 264b12ce42
41 changed files with 47 additions and 12 deletions
+1
View File
@@ -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>")
+4 -4
View File
@@ -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