Implements Goon's Gibbing Sounds

This commit is contained in:
Fox-McCloud
2016-03-06 23:05:07 -05:00
parent 769c5c4ef1
commit 221ff8ee08
11 changed files with 11 additions and 7 deletions
+2 -2
View File
@@ -1399,12 +1399,12 @@ obj/item/toy/cards/deck/syndicate/black
user << "<span class='danger'>\The [src] makes a violent grinding noise as it tears apart the miniature figure inside!</span>"
qdel(stored_minature)
stored_minature = null
playsound(user, 'sound/effects/gib.ogg', 20, 1)
playsound(user, 'sound/goonstation/effects/gib.ogg', 20, 1)
cooldown = world.time
if(cooldown < world.time - 8)
user << "<span class='notice'>You hit the gib button on \the [src].</span>"
playsound(user, 'sound/effects/gib.ogg', 20, 1)
playsound(user, 'sound/goonstation/effects/gib.ogg', 20, 1)
cooldown = world.time
/obj/item/toy/minigibber/attackby(var/obj/O, var/mob/user, params)