summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-02-23 18:19:48 -0300
committerJesusaves <cpntb1@ymail.com>2021-02-23 18:19:48 -0300
commit0bd4c906db2e55d8cff4c1c7bcacf14884f451c9 (patch)
tree23d0e7b079be90f24e3927f2ed32b82fe9135dea
parent4686f149a5ce0bbd858a002565d0f69e42876469 (diff)
downloadserverdata-0bd4c906db2e55d8cff4c1c7bcacf14884f451c9.tar.gz
serverdata-0bd4c906db2e55d8cff4c1c7bcacf14884f451c9.tar.bz2
serverdata-0bd4c906db2e55d8cff4c1c7bcacf14884f451c9.tar.xz
serverdata-0bd4c906db2e55d8cff4c1c7bcacf14884f451c9.zip
Fix evil typo on easter egg core functions
-rw-r--r--npc/functions/util.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index 5d510a709..3ea88524b 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -1139,7 +1139,7 @@ function script RegEasterEgg {
setq1 General_EasterEggs, 1;
setq2 General_EasterEggs, .@q|.@code;
dispbottom l("For finding an Easter Egg, you got Strange Coins!");
- getitem StrangeCoin, 2;
+ getitem StrangeCoin, .@coin;
setq3 General_EasterEggs, bitmask_count(.@q|.@code);
}
return;