mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[MIRROR] Make apcs actually play the tool sound when exposing their wires. (#26207)
* Make apcs actually play the tool sound when exposing their wires. (#81031) ## About The Pull Request Single line change to `code/modules/power/apc/apc_tool_act.dm` to make it play the tool sound when you open/close the panel with a screwdriver, to make it consistent with almost everything else I tried. Sound? Fix? ## Why It's Good For The Game This was really annoying me while I was slamming the screwdriver cocktail into everything I could see to make sure it worked again. Everything within reach was doing it, but not this one. ## Changelog 🆑 sound: APCs actually play the tool sound when exposing their wires. /🆑 * Make apcs actually play the tool sound when exposing their wires. --------- Co-authored-by: _0Steven <42909981+00-Steven@users.noreply.github.com>
This commit is contained in:
@@ -77,6 +77,7 @@
|
||||
return
|
||||
toggle_panel_open()
|
||||
balloon_alert(user, "wires [panel_open ? "exposed" : "unexposed"]")
|
||||
W.play_tool_sound(src)
|
||||
update_appearance()
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user