summaryrefslogtreecommitdiff
path: root/world/map/npc/052-2/partyroom.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/052-2/partyroom.txt')
-rw-r--r--world/map/npc/052-2/partyroom.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/052-2/partyroom.txt b/world/map/npc/052-2/partyroom.txt
index edbade40..4c22336a 100644
--- a/world/map/npc/052-2/partyroom.txt
+++ b/world/map/npc/052-2/partyroom.txt
@@ -149,7 +149,7 @@ OnTimer5500:
OnTimer9000:
if ($@illia_level_7_progress != 1) end;
- set $@illia_luvia_trance_delay, 900; // 15 minutes before turning in trance mode
+ set $@illia_luvia_trance_delay, 480; // 8 minutes before turning in trance mode
set $@illia_witch_guard_threshold, 30 + ($Illia_Luvia_Harvest*3)/5;
if ($@illia_witch_guard_threshold > 100)
set $@illia_witch_guard_threshold, 100;
@@ -242,7 +242,7 @@ OnDeath:
// Extend the time limit of +7 mins to leave enough time to pick
// the rewards even if close to the time limit
- set $@illia_max_time, $@illia_max_time + 420;
+ set $@illia_max_time, $@illia_max_time + 300;
// Record how many times the quest was finished
set $Illia_Win_Counter, $Illia_Win_Counter + 1;