[MIRROR] [no gbp] dismantling an unplaced wallframe will now make a wrench sound [MDB IGNORE] (#19510)

* [no gbp] dismantling an unplaced wallframe will now make a wrench sound (#73589)

## About The Pull Request
Dismantling an unplaced wallframe will now make a wrench sound.
## Why It's Good For The Game
Using a wrench almost always makes the wrench noise. Having that noise
not play when you wrench something feels very weird.
## Changelog
🆑
soundadd: dismantling an unplaced wallframe will now make a wrench sound
/🆑

* [no gbp] dismantling an unplaced wallframe will now make a wrench sound

---------

Co-authored-by: kawoppi <94711066+kawoppi@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-02-27 01:06:39 +01:00
committed by GitHub
parent 710319fced
commit 7cd024fa5e
+1
View File
@@ -72,6 +72,7 @@
if(!metal_amt && !glass_amt)
return FALSE
to_chat(user, span_notice("You dismantle [src]."))
tool.play_tool_sound(src)
if(metal_amt)
new /obj/item/stack/sheet/iron(get_turf(src), metal_amt)
if(glass_amt)