summaryrefslogtreecommitdiff
path: root/src/room.rs
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-04-12 22:27:33 +0200
committertroido <troido@protonmail.com>2020-04-12 22:27:33 +0200
commit883e56e07a48dc0d4916614abc33e40dde1d1d66 (patch)
treee66ec69204b61a8df62f515c5f4857232aafe396 /src/room.rs
parentba09108692a694dd832f38ef6ea447135f418b73 (diff)
removed mortal component
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 94d5f00..c8a0dac 100644
--- a/src/room.rs
+++ b/src/room.rs
@@ -118,7 +118,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, Dead, Trap, Fighter, Healing, Volatile, ControlCooldown, Autofight, MonsterAI, Home, Mortal, AttackInbox, Item, Spawner, Clan, Faction, Interactable, Loot, Grow, Equipment, CreationTime, Flags, Ear),
+ (Position, Visible, Controller, Movable, New, Removed, Moved, Player, Inventory, Health, Serialise, RoomExit, Entered, Dead, Trap, Fighter, Healing, Volatile, ControlCooldown, Autofight, MonsterAI, Home, AttackInbox, Item, Spawner, Clan, Faction, Interactable, Loot, Grow, Equipment, CreationTime, Flags, Ear),
(Ground, Input, Output, Size, Spawn, Players, Emigration, Time)
);