summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/025-1/ihclot.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/025-1/ihclot.txt b/npc/025-1/ihclot.txt
index 889f9aba9..648077ea6 100644
--- a/npc/025-1/ihclot.txt
+++ b/npc/025-1/ihclot.txt
@@ -98,6 +98,14 @@
csys_ApplyPerfect(.@id, .@level);
mesn;
mesc l("Well, here you are. I hope you enjoy ^^", 3);
+ // Act 5+ Grace Reroll
+ if ($GAME_STORYLINE >= 4) {
+ next;
+ mesc l("DO YOU WANT TO REROLL THE ITEM? THIS CANNOT BE UNDONE!"), 1;
+ next;
+ if (askyesno() == ASK_YES)
+ csys_ApplyPerfect(.@id, .@level);
+ }
close;
/* *************************************************************************** */