Merge branch 'master' into notan

keeping things up to date. lets not have any annoying conflicts to fix later.
This commit is contained in:
Llywelwyn 2023-10-05 04:30:23 +01:00
commit bb775761de
14 changed files with 703 additions and 5 deletions

View file

@ -101,6 +101,7 @@ pub fn save_game(ecs: &mut World) {
IdentifiedItem,
InBackpack,
InflictsDamage,
IntrinsicChanged,
Intrinsics,
Item,
Key,
@ -238,6 +239,7 @@ pub fn load_game(ecs: &mut World) {
IdentifiedItem,
InBackpack,
InflictsDamage,
IntrinsicChanged,
Intrinsics,
Item,
Key,