ancestries
This commit is contained in:
parent
c8b28a9abd
commit
3050219494
11 changed files with 274 additions and 110 deletions
|
|
@ -72,6 +72,8 @@ pub fn save_game(ecs: &mut World) {
|
|||
Equipped,
|
||||
Faction,
|
||||
GrantsXP,
|
||||
HasAncestry,
|
||||
HasClass,
|
||||
Hidden,
|
||||
HungerClock,
|
||||
IdentifiedItem,
|
||||
|
|
@ -189,6 +191,8 @@ pub fn load_game(ecs: &mut World) {
|
|||
Equipped,
|
||||
Faction,
|
||||
GrantsXP,
|
||||
HasAncestry,
|
||||
HasClass,
|
||||
Hidden,
|
||||
HungerClock,
|
||||
IdentifiedItem,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue