faction table, applying factions to mobs, and querying reactions
This commit is contained in:
parent
0375c31acf
commit
76d835021b
11 changed files with 108 additions and 13 deletions
|
|
@ -70,6 +70,7 @@ pub fn save_game(ecs: &mut World) {
|
|||
EquipmentChanged,
|
||||
Equippable,
|
||||
Equipped,
|
||||
Faction,
|
||||
GrantsXP,
|
||||
Hidden,
|
||||
HungerClock,
|
||||
|
|
@ -185,6 +186,7 @@ pub fn load_game(ecs: &mut World) {
|
|||
EquipmentChanged,
|
||||
Equippable,
|
||||
Equipped,
|
||||
Faction,
|
||||
GrantsXP,
|
||||
Hidden,
|
||||
HungerClock,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue