summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index f64383b69..06c2bf703 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -1150,6 +1150,12 @@ function script NewcomerEXPDROPUP {
return .@BONUS;
}
+// Frostia Util
+// frally( )
+function script frally {
+ return (Class == Elven); // or something
+}
+
// Easter Egg
// RegEasterEgg(EE_CODE, {CoinsAmount=3})
function script RegEasterEgg {