more framework for spells

This commit is contained in:
Llywelwyn 2023-08-23 18:17:04 +01:00
parent 76c74df028
commit 02a4f33d11
8 changed files with 95 additions and 36 deletions

View file

@ -75,6 +75,7 @@ pub fn save_game(ecs: &mut World) {
Equippable,
Equipped,
Faction,
GrantsSpell,
GrantsXP,
HasAncestry,
HasClass,
@ -203,6 +204,7 @@ pub fn load_game(ecs: &mut World) {
Equippable,
Equipped,
Faction,
GrantsSpell,
GrantsXP,
HasAncestry,
HasClass,