[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:
SkyratBot
2024-01-23 05:01:05 +01:00
committed by GitHub
co-authored by _0Steven
parent 89a76c8365
commit f4bc8e8d4e
+1
View File
@@ -77,6 +77,7 @@
return
toggle_panel_open()
balloon_alert(user, "wires [panel_open ? "exposed" : "unexposed"]")
W.play_tool_sound(src)
update_appearance()
return