item identification

This commit is contained in:
Llywelwyn 2023-08-13 20:49:46 +01:00
parent 9e768c5f73
commit b8d7194f28
7 changed files with 110 additions and 17 deletions

View file

@ -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,