diff options
| author | troido <troido@protonmail.com> | 2020-04-17 11:36:58 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-17 11:36:58 +0200 |
| commit | 334fc118b0eaf14c4d68129050c4837cb64cebae (patch) | |
| tree | 66d5f12aa2842cea39ddf5af3ef3d9230c256c45 /src/room.rs | |
| parent | 13e9ab2c859b9a6a1935acbb93d34a7f10b7e122 (diff) | |
drop loot a step after dying
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 3020241..9583a93 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, ControlCooldown, Autofight, MonsterAI, Home, AttackInbox, Item, Spawner, Clan, Faction, Interactable, Loot, Timer, Equipment, TimeOffset, Flags, Ear, Build, Whitelist, Dedup, Minable), + (Position, Visible, Controller, Movable, New, Removed, Moved, Player, Inventory, Health, Serialise, RoomExit, Entered, TriggerBox, Trap, Fighter, Healing, ControlCooldown, Autofight, MonsterAI, Home, AttackInbox, Item, Spawner, Clan, Faction, Interactable, Loot, Timer, Equipment, TimeOffset, Flags, Ear, Build, Whitelist, Dedup, Minable, LootHolder), (Ground, Input, Output, Size, Spawn, Players, Emigration, Time) ); |
