diff options
Diffstat (limited to 'world/map/npc/052-2/partyroom.txt')
-rw-r--r-- | world/map/npc/052-2/partyroom.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/052-2/partyroom.txt b/world/map/npc/052-2/partyroom.txt index e0a3aab7..6e16eb88 100644 --- a/world/map/npc/052-2/partyroom.txt +++ b/world/map/npc/052-2/partyroom.txt @@ -219,11 +219,11 @@ onDeath: callfunc "UpdateIlliaProgress"; // Set the number of common rewards rewards if ($Illia_Luvia_Harvest < 15) - set $@illia_num_common_reward_items, 3; + set $@illia_num_common_reward_items, 0; if ($Illia_Luvia_Harvest >= 15 && $Illia_Luvia_Harvest < 35) - set $@illia_num_common_reward_items, 5; + set $@illia_num_common_reward_items, 1; if ($Illia_Luvia_Harvest >= 35) - set $@illia_num_common_reward_items, 8; + set $@illia_num_common_reward_items, 2; // Set the number of unique rewards if ($Illia_Luvia_Harvest < 40) |