]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Remove speech & popups from actions (#15747)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Wed, 26 Apr 2023 04:04:44 +0000 (16:04 +1200)
committerGitHub <noreply@github.com>
Wed, 26 Apr 2023 04:04:44 +0000 (14:04 +1000)
commit4e7cea96de98d49e5276c192cc9615ebd2523f72
treeac4cf3b466b17e966164fb0d718c625e5e71ce41
parentbeacaed0bbe0efc597c2f79ccc31f4827f18fab0
Remove speech & popups from actions (#15747)
22 files changed:
Content.Client/Actions/ActionsSystem.cs
Content.Client/Ghost/GhostComponent.cs
Content.Client/Ghost/GhostSystem.cs
Content.Server/Actions/ActionsSystem.cs
Content.Server/Magic/Events/ChangeComponentsSpellEvent.cs
Content.Server/Magic/Events/ISpeakSpell.cs [new file with mode: 0644]
Content.Server/Magic/Events/InstantSpawnSpellEvent.cs
Content.Server/Magic/Events/KnockSpellEvent.cs
Content.Server/Magic/Events/ProjectileSpellEvent.cs
Content.Server/Magic/Events/SmiteSpellEvent.cs
Content.Server/Magic/Events/TeleportSpellEvent.cs
Content.Server/Magic/Events/WorldSpawnSpellEvent.cs
Content.Server/Magic/MagicSystem.cs
Content.Shared/Actions/ActionTypes/ActionType.cs
Content.Shared/Actions/SharedActionsSystem.cs
Content.Shared/CombatMode/SharedCombatModeSystem.cs
Resources/Prototypes/Actions/types.yml
Resources/Prototypes/Magic/forcewall_spells.yml
Resources/Prototypes/Magic/knock_spell.yml
Resources/Prototypes/Magic/projectile_spells.yml
Resources/Prototypes/Magic/smite_spells.yml
Resources/Prototypes/Magic/spawn_spells.yml