summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/025-1/ihclot.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/025-1/ihclot.txt b/npc/025-1/ihclot.txt
index 648077ea6..904384e4e 100644
--- a/npc/025-1/ihclot.txt
+++ b/npc/025-1/ihclot.txt
@@ -101,7 +101,7 @@
// Act 5+ Grace Reroll
if ($GAME_STORYLINE >= 4) {
next;
- mesc l("DO YOU WANT TO REROLL THE ITEM? THIS CANNOT BE UNDONE!"), 1;
+ mesc l("DO YOU WANT TO REROLL THE ITEM? THIS CANNOT BE UNDONE! (free)"), 1;
next;
if (askyesno() == ASK_YES)
csys_ApplyPerfect(.@id, .@level);