intrinsic speed + regeneration
This commit is contained in:
parent
e8b5f6d997
commit
921fee2ecc
7 changed files with 78 additions and 10 deletions
|
|
@ -95,6 +95,7 @@ pub fn save_game(ecs: &mut World) {
|
|||
IdentifiedItem,
|
||||
InBackpack,
|
||||
InflictsDamage,
|
||||
Intrinsics,
|
||||
Item,
|
||||
KnownSpells,
|
||||
LootTable,
|
||||
|
|
@ -226,6 +227,7 @@ pub fn load_game(ecs: &mut World) {
|
|||
IdentifiedItem,
|
||||
InBackpack,
|
||||
InflictsDamage,
|
||||
Intrinsics,
|
||||
Item,
|
||||
KnownSpells,
|
||||
LootTable,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue