]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Replace IClickAlert with events (#30728)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Wed, 7 Aug 2024 05:15:35 +0000 (01:15 -0400)
committerGitHub <noreply@github.com>
Wed, 7 Aug 2024 05:15:35 +0000 (15:15 +1000)
commitce97225c2db44c4f772bdf985f2f2e81f42e34c6
tree549a2130fee1a2cd6f181f5b0b2d01370039e573
parent2dabf33d46de01e9e4f346882c4872fe3b00efff
Replace IClickAlert with events (#30728)

* Replace IAlertClick with events

* whoop

* eek!
33 files changed:
Content.Client/Alerts/ClientAlertsSystem.cs
Content.Server/Abilities/Mime/MimePowersSystem.cs
Content.Server/Alert/Click/BreakVow.cs [deleted file]
Content.Server/Alert/Click/RemoveCuffs.cs [deleted file]
Content.Server/Alert/Click/RemoveEnsnare.cs [deleted file]
Content.Server/Alert/Click/ResistFire.cs [deleted file]
Content.Server/Alert/Click/RetakeVow.cs [deleted file]
Content.Server/Alert/Click/StopBeingPulled.cs [deleted file]
Content.Server/Alert/Click/StopPiloting.cs [deleted file]
Content.Server/Alert/Click/StopPulling.cs [deleted file]
Content.Server/Alert/Click/ToggleInternals.cs [deleted file]
Content.Server/Alert/Click/Unbuckle.cs [deleted file]
Content.Server/Atmos/EntitySystems/FlammableSystem.cs
Content.Server/Body/Components/InternalsComponent.cs
Content.Server/Body/Systems/InternalsSystem.cs
Content.Server/Ensnaring/EnsnareableSystem.Ensnaring.cs
Content.Server/Shuttles/Systems/ShuttleConsoleSystem.cs
Content.Shared/Abilities/Mime/MimePowers.cs [new file with mode: 0644]
Content.Shared/Alert/AlertPrototype.cs
Content.Shared/Alert/AlertsSystem.cs
Content.Shared/Alert/IAlertClick.cs [deleted file]
Content.Shared/Atmos/Components/ExtinguishOnInteractComponent.cs
Content.Shared/Buckle/Components/BuckleComponent.cs
Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs
Content.Shared/Cuffs/Components/CuffableComponent.cs
Content.Shared/Cuffs/SharedCuffableSystem.cs
Content.Shared/Ensnaring/Components/EnsnareableComponent.cs
Content.Shared/Internals/InternalsDoAfterEvent.cs
Content.Shared/Movement/Pulling/Components/PullableComponent.cs
Content.Shared/Movement/Pulling/Components/PullerComponent.cs
Content.Shared/Movement/Pulling/Systems/PullingSystem.cs
Content.Shared/Shuttles/Components/PilotComponent.cs
Resources/Prototypes/Alerts/alerts.yml