Spellcasting upgrade (#543)
* move to gurps magic types * spell traits, categorize spells * Update TraitSystem.cs * magic spells item provider * Update twoHandedStaffs.yml * Update CP14MagicManacostModifySystem.cs * Update CP14SpellStorageSystem.cs * some funny shit * fix problems 1 * FIX * more funny broken shit * predict slowdown, fixes funny * EntityTarget action * fixes * Update T1_sphere_of_light.yml * fix demiplan loot centering * predict movement!
This commit is contained in:
7
Content.Client/_CP14/MagicSpell/CP14ClientMagicSystem.cs
Normal file
7
Content.Client/_CP14/MagicSpell/CP14ClientMagicSystem.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Content.Shared._CP14.MagicSpell;
|
||||
|
||||
namespace Content.Client._CP14.MagicSpell;
|
||||
|
||||
public sealed partial class CP14ClientMagicSystem : CP14SharedMagicSystem
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user