summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/event.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt
index 7abc2eb35..a1870764d 100644
--- a/npc/functions/event.txt
+++ b/npc/functions/event.txt
@@ -203,6 +203,12 @@ function script sThanksgiving {
break;
}
+ // Special bonus
+ if (#THANKS_STREAK % 7 == 0) {
+ getitem StrangeCoin, 10;
+ mesc l("%d day streak! Gained %d bonus %s!", #THANKS_STREAK, 10, getitemlink(StrangeCoin));
+ }
+
// Close
next;
setskin "";