item identification
This commit is contained in:
parent
9e768c5f73
commit
b8d7194f28
7 changed files with 110 additions and 17 deletions
|
|
@ -73,6 +73,7 @@ pub fn save_game(ecs: &mut World) {
|
|||
GrantsXP,
|
||||
Hidden,
|
||||
HungerClock,
|
||||
IdentifiedItem,
|
||||
InBackpack,
|
||||
InflictsDamage,
|
||||
Item,
|
||||
|
|
@ -187,6 +188,7 @@ pub fn load_game(ecs: &mut World) {
|
|||
GrantsXP,
|
||||
Hidden,
|
||||
HungerClock,
|
||||
IdentifiedItem,
|
||||
InBackpack,
|
||||
InflictsDamage,
|
||||
Item,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue