mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user