summaryrefslogtreecommitdiff
path: root/src/room.rs
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-04-13 12:28:00 +0200
committertroido <troido@protonmail.com>2020-04-13 12:28:00 +0200
commit56f44d5898696d1af50f38009629384f8d38cb46 (patch)
tree9454fd0085faff433fd15bd08a5fcf405f40a40a /src/room.rs
parent88d3414f523d01a0109604103e6aeb8b68a7fa20 (diff)
now use TimeOffset instead of OwnTime
Diffstat (limited to 'src/room.rs')
-rw-r--r--src/room.rs2
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)
);