summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/items/books.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/books.txt b/npc/items/books.txt
index b13fde7c2..f8d974583 100644
--- a/npc/items/books.txt
+++ b/npc/items/books.txt
@@ -396,7 +396,7 @@ function myself {
attachrid(.@who);
.@skill = getskilllv(TMW2_CRAFT);
.@score = CRAFTING_SCORE_COMPLETE/40;
- .@milis = (CRAFTING_SCORE_COMPLETE%40)*100; // <- Not *100 as it is Base 40
+ .@milis = (CRAFTING_SCORE_COMPLETE%40)*25/10; // <- or * 2.5 because base
detachrid();
attachrid(.@why);