diff options
-rw-r--r-- | npc/functions/util.txt | 2 |
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; |