Merge branch 'master' into notan
keeping things up to date. lets not have any annoying conflicts to fix later.
This commit is contained in:
commit
bb775761de
14 changed files with 703 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue