more framework for spells
This commit is contained in:
parent
76c74df028
commit
02a4f33d11
8 changed files with 95 additions and 36 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue