mirror of
https://github.com/KabKebab/GS13.git
synced 2026-02-09 23:27:37 +00:00
fixed sound not playing
This commit is contained in:
@@ -132,6 +132,7 @@
|
||||
B.icon = I
|
||||
B.name = "broken [name]"
|
||||
transfer_fingerprints_to(B)
|
||||
playsound(src, "shatter", 70, 1)
|
||||
qdel(src)
|
||||
if (ranged)
|
||||
var/matrix/M = matrix(B.transform)
|
||||
@@ -143,7 +144,6 @@
|
||||
thrower.put_in_hands(B)
|
||||
if (prob(33))
|
||||
new/obj/item/shard(get_turf(target))
|
||||
playsound(src, "shatter", 70, 1)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user