Crowbars have a usesound (#8305)

This commit is contained in:
mikomyazaki
2020-02-19 14:27:32 -03:00
committed by GitHub
parent bfa869fc3d
commit 8bcf5cd89d
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -550,6 +550,7 @@
matter = list(DEFAULT_WALL_MATERIAL = 50)
attack_verb = list("attacked", "bashed", "battered", "bludgeoned", "whacked")
drop_sound = 'sound/items/drop/sword.ogg'
usesound = 'sound/items/Crowbar.ogg'
/obj/item/crowbar/iscrowbar()
return TRUE
+6
View File
@@ -0,0 +1,6 @@
author: mikomyazaki
delete-after: True
changes:
- bugfix: "Crowbars have a sound effect again."