beatitude identification
This commit is contained in:
parent
113d26cf41
commit
f55f4504db
7 changed files with 59 additions and 6 deletions
|
|
@ -76,6 +76,7 @@ pub fn save_game(ecs: &mut World) {
|
|||
HasClass,
|
||||
Hidden,
|
||||
HungerClock,
|
||||
IdentifiedBeatitude,
|
||||
IdentifiedItem,
|
||||
InBackpack,
|
||||
InflictsDamage,
|
||||
|
|
@ -199,6 +200,7 @@ pub fn load_game(ecs: &mut World) {
|
|||
HasClass,
|
||||
Hidden,
|
||||
HungerClock,
|
||||
IdentifiedBeatitude,
|
||||
IdentifiedItem,
|
||||
InBackpack,
|
||||
InflictsDamage,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue