mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Crowbars have a usesound (#8305)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: mikomyazaki
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Crowbars have a sound effect again."
|
||||
Reference in New Issue
Block a user