From 0929a3c76cb2a5d5838a8bedbe5953623937bb4a Mon Sep 17 00:00:00 2001 From: Maxicarlos08 Date: Tue, 1 Aug 2023 13:16:49 +0200 Subject: [PATCH] use same timings for both portals --- common/src/cmd.rs | 2 +- world/src/site2/plot/dungeon.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/src/cmd.rs b/common/src/cmd.rs index 1a20c5132d..78cc5955ee 100644 --- a/common/src/cmd.rs +++ b/common/src/cmd.rs @@ -628,7 +628,7 @@ impl ServerChatCommand { Float("buildup_time", 5., Optional), ], "Spawns a portal", - Some(Moderator), + Some(Admin), ), ServerChatCommand::ReloadChunks => cmd( vec![], diff --git a/world/src/site2/plot/dungeon.rs b/world/src/site2/plot/dungeon.rs index 03ce3931d6..fdc16366c3 100644 --- a/world/src/site2/plot/dungeon.rs +++ b/world/src/site2/plot/dungeon.rs @@ -668,8 +668,8 @@ impl Floor { supplement.add_entity(EntityInfo::at(top_pos).into_special( SpecialEntity::Teleporter(Teleporter { target: bottom_pos + Vec3::unit_x() * 5., - requires_no_aggro: false, - buildup_time: Secs(1.), + requires_no_aggro: true, + buildup_time: Secs(5.), }), )); supplement.add_entity(EntityInfo::at(bottom_pos).into_special(