summaryrefslogtreecommitdiff
path: root/npc/craft/price.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/craft/price.txt')
-rw-r--r--npc/craft/price.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/craft/price.txt b/npc/craft/price.txt
index ad05059cd..72762a1e7 100644
--- a/npc/craft/price.txt
+++ b/npc/craft/price.txt
@@ -196,11 +196,11 @@ function script fix_cPrice {
_fix_cPrice(DarkKnightHelmet);
_fix_cPrice(SamuraiHelmet);
- // TODO: Verify drops and the new GP exploit
- // TODO: Rewrite meltdown forge to similar formula
- // Giving 30%~50% instead of 50%~70%
- // Max rounded down, Min rounded up
+ // We're done
freeloop(false);
+
+ // Manual fixes (handling _fix_cPrice shortcomings)
+ setiteminfo(DarkCrystal, ITEMINFO_SELLPRICE, rand2(150, 250));
return;
}