]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Refactor magic speak system to be a component added to actions (#36328)
authorJ <billsmith116@gmail.com>
Sun, 4 May 2025 17:34:19 +0000 (18:34 +0100)
committerGitHub <noreply@github.com>
Sun, 4 May 2025 17:34:19 +0000 (13:34 -0400)
commit7b352643d5dbf45bbd3fb6bac648ad1401a18ff1
tree07e1c080d149fc4a65299515282c79772ff24bf0
parent81cbb314253e322ebc38d2e2cebb809b588ce9a2
Refactor magic speak system to be a component added to actions (#36328)
28 files changed:
Content.Server/Magic/MagicSystem.cs
Content.Server/Speech/EntitySystems/SpeakOnActionSystem.cs [new file with mode: 0644]
Content.Shared/Magic/Events/ChangeComponentSpellEvent.cs
Content.Shared/Magic/Events/ChargeSpellEvent.cs
Content.Shared/Magic/Events/InstantSpawnSpellEvent.cs
Content.Shared/Magic/Events/KnockSpellEvent.cs
Content.Shared/Magic/Events/MindSwapSpellEvent.cs
Content.Shared/Magic/Events/ProjectileSpellEvent.cs
Content.Shared/Magic/Events/RandomGlobalSpawnSpellEvent.cs
Content.Shared/Magic/Events/SmiteSpellEvent.cs
Content.Shared/Magic/Events/SpeakSpellEvent.cs [deleted file]
Content.Shared/Magic/Events/TeleportSpellEvent.cs
Content.Shared/Magic/Events/VoidApplauseSpellEvent.cs
Content.Shared/Magic/Events/WorldSpawnSpellEvent.cs
Content.Shared/Magic/ISpeakSpell.cs [deleted file]
Content.Shared/Magic/SharedMagicSystem.cs
Content.Shared/Speech/Components/SpeakOnActionComponent.cs [new file with mode: 0644]
Content.Shared/Speech/EntitySystems/SharedSpeakOnActionSystem.cs [new file with mode: 0644]
Resources/Locale/en-US/magic/spells-actions.ftl
Resources/Prototypes/Magic/animate_spell.yml
Resources/Prototypes/Magic/event_spells.yml
Resources/Prototypes/Magic/forcewall_spells.yml
Resources/Prototypes/Magic/knock_spell.yml
Resources/Prototypes/Magic/mindswap_spell.yml
Resources/Prototypes/Magic/projectile_spells.yml
Resources/Prototypes/Magic/spawn_spells.yml
Resources/Prototypes/Magic/touch_spells.yml
Resources/Prototypes/Magic/utility_spells.yml