Spellblade update (#346)

* - tweak: Don't close eui too quickly.

* - add: Spellblade update.

* - fix: Cult teleport spell.
This commit is contained in:
Aviu00
2024-06-11 20:07:47 +00:00
committed by GitHub
parent ee41166fc0
commit 4d09ed9245
31 changed files with 583 additions and 65 deletions

View File

@@ -8,7 +8,7 @@ using JetBrains.Annotations;
namespace Content.Client._White.Wizard.TeleportSpell;
[UsedImplicitly]
public sealed class TeleportSpellEui : BaseEui
public sealed class WizardTeleportSpellEui : BaseEui
{
private readonly TeleportRunesListWindow _window = new();
@@ -30,7 +30,7 @@ public sealed class TeleportSpellEui : BaseEui
public override void HandleState(EuiStateBase state)
{
if (state is not TeleportSpellEuiState cast)
if (state is not WizardTeleportSpellEuiState cast)
return;
_window.Clear();