diff options
| author | troido <troido@protonmail.com> | 2020-03-03 19:11:32 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-03-03 19:11:32 +0100 |
| commit | f844ed18e29465177a339f244800fb7a2e77daa9 (patch) | |
| tree | c3445f869eb072a35162e008609cc1dc75c427fb /src/room.rs | |
| parent | 986c82723cf9a4adada02287309999f4ebbf94e3 (diff) | |
factions now work
Diffstat (limited to 'src/room.rs')
| -rw-r--r-- | src/room.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/room.rs b/src/room.rs index f3cdbf8..4202251 100644 --- a/src/room.rs +++ b/src/room.rs @@ -115,7 +115,7 @@ impl <'a, 'b>Room<'a, 'b> { world.insert(NewEntities::new(encyclopedia)); register_insert!( world, - (Position, Visible, Controller, Movable, Blocking, Floor, New, Removed, Moved, Player, Inventory, Health, Serialise, RoomExit, Entered, Dead, Trap, Fighter, Healing, Volatile, ControlCooldown, Autofight, MonsterAI, Home, Mortal, AttackInbox, Item, Spawner, Clan), + (Position, Visible, Controller, Movable, Blocking, Floor, New, Removed, Moved, Player, Inventory, Health, Serialise, RoomExit, Entered, Dead, Trap, Fighter, Healing, Volatile, ControlCooldown, Autofight, MonsterAI, Home, Mortal, AttackInbox, Item, Spawner, Clan, Faction), (Ground, Input, Output, Size, Spawn, Players, Emigration, TimeStamp) ); |
