diff options
| author | troido <troido@protonmail.com> | 2020-04-13 12:28:00 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-13 12:28:00 +0200 |
| commit | 56f44d5898696d1af50f38009629384f8d38cb46 (patch) | |
| tree | 9454fd0085faff433fd15bd08a5fcf405f40a40a /src/room.rs | |
| parent | 88d3414f523d01a0109604103e6aeb8b68a7fa20 (diff) | |
now use TimeOffset instead of OwnTime
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 1051e28..afe617b 100644 --- a/src/room.rs +++ b/src/room.rs @@ -120,7 +120,7 @@ impl <'a, 'b>Room<'a, 'b> { world.insert(NewEntities::new(encyclopedia)); register_insert!( world, - (Position, Visible, Controller, Movable, New, Removed, Moved, Player, Inventory, Health, Serialise, RoomExit, Entered, TriggerBox, Trap, Fighter, Healing, Volatile, ControlCooldown, Autofight, MonsterAI, Home, AttackInbox, Item, Spawner, Clan, Faction, Interactable, Loot, Grow, Equipment, OwnTime, Flags, Ear, Build), + (Position, Visible, Controller, Movable, New, Removed, Moved, Player, Inventory, Health, Serialise, RoomExit, Entered, TriggerBox, Trap, Fighter, Healing, Volatile, ControlCooldown, Autofight, MonsterAI, Home, AttackInbox, Item, Spawner, Clan, Faction, Interactable, Loot, Grow, Equipment, TimeOffset, Flags, Ear, Build), (Ground, Input, Output, Size, Spawn, Players, Emigration, Time) ); |
