summaryrefslogtreecommitdiff
path: root/npc/functions/aurora.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/aurora.txt')
-rw-r--r--npc/functions/aurora.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt
index 246821e4c..8e9c45800 100644
--- a/npc/functions/aurora.txt
+++ b/npc/functions/aurora.txt
@@ -587,7 +587,14 @@ function script FYE_Olympics_SK {
FMOLY_FRIEND += 1;
// Generic
- FYMOLY_SPAMMY += .@sl;
+ if (.@sk != TMW2_FAKESKILL &&
+ .@sk != TMW2_FAKESKILL2 &&
+ .@sk != AM_CALLHOMUN &&
+ .@sk != AM_REST &&
+ .@sk != AM_RESURRECTHOMUN &&
+ .@sk != TMW2_TRANSMIGRATION &&
+ .@sk != TMW2_OVHFIRE)
+ FYMOLY_SPAMMY += .@sl;
setq Q_AuroraEvent, getq2(Q_AuroraEvent) + rand2(.@sl + 1);
return;
}