summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/017-10/dispatcher.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/017-10/dispatcher.txt b/npc/017-10/dispatcher.txt
index f4d880a0f..86a0e4c44 100644
--- a/npc/017-10/dispatcher.txt
+++ b/npc/017-10/dispatcher.txt
@@ -308,8 +308,8 @@ function lootField {
TinOre, max(1, .@lv/5), 350,
LeadOre, max(1, .@lv/6), 300,
TitaniumOre, max(1, .@lv/8), 100,
- IridiumOre, max(1, .@lv/10), 80,
- PlatinumOre, 1, 20);
+ (REBIRTH ? IridiumOre : TitaniumOre), max(1, .@lv/10), 80,
+ (REBIRTH ? PlatinumOre : IridiumOre), 1, 20);
break;
case HCD_RAREMINES:
.@val+=15;