mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-21 23:48:15 +03:00
<!-- This is a semi-strict format, you can add/remove sections as needed but the order/format should be kept the same Remove these comments before submitting --> # Description Anoigo is a psionic power that allows you to open any locked and/or bolted door. It also has a little sound to notify that someone is psionically opening doors. ~~the code reeks... REEKS!...~~ --- <!-- This is default collapsed, readers click to expand it and see all your media The PR media section can get very large at times, so this is a good way to keep it clean The title is written using HTML tags The title must be within the <summary> tags or you won't see it --> <details><summary><h1>Media</h1></summary> <p> https://github.com/user-attachments/assets/bbc9dde5-1dc4-48de-a20a-421c177ee863 </p> </details> --- # Changelog <!-- You can add an author after the `🆑` to change the name that appears in the changelog (ex: `🆑 Death`) Leaving it blank will default to your GitHub display name This includes all available types for the changelog --> 🆑 - add: Anoigo is the newest psi-power. Open doors with the power of the mind! --------- Signed-off-by: VMSolidus <evilexecutive@gmail.com> Co-authored-by: VMSolidus <evilexecutive@gmail.com> (cherry picked from commit b30a0b3341152959dab71d8116f7f9c23f5c7737)
5 lines
127 B
C#
5 lines
127 B
C#
namespace Content.Shared.Actions.Events;
|
|
|
|
|
|
public sealed partial class AnoigoPowerActionEvent : EntityTargetActionEvent { }
|