diff options
| author | troido <troido@protonmail.com> | 2020-03-03 14:04:43 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-03-03 14:04:43 +0100 |
| commit | 196d30decf79d60d3e7441f9f50220312a019a3b (patch) | |
| tree | 3fc6a382ee0955cb4fba9bb328d93b43e419da84 /src/world.rs | |
| parent | b2157791dfcaab18ec7f8ebb958341fe325cf419 (diff) | |
made items on ground into spawners
Diffstat (limited to 'src/world.rs')
| -rw-r--r-- | src/world.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.rs b/src/world.rs index 87dafb8..f428cc1 100644 --- a/src/world.rs +++ b/src/world.rs @@ -38,7 +38,7 @@ impl <'a, 'b>World<'a, 'b> { encyclopedia, players: HashMap::new(), rooms: hashmap!(purgatory::purgatory_id() => purgatory::create_purgatory()), - time: Timestamp(0) + time: Timestamp(1000000) } } |
