- add: Mjolnir. (#350)

This commit is contained in:
Aviu00
2024-06-13 23:56:59 +00:00
committed by GitHub
parent caa6531da4
commit e9b634c6c9
18 changed files with 183 additions and 5 deletions

View File

@@ -159,6 +159,7 @@ public sealed class WizardSpellsSystem : EntitySystem
_handsSystem.TryForcePickupAnyHand(msg.Performer, recallComponent.Item.Value);
msg.Handled = true;
Speak(msg);
return;
}