diff options
Diffstat (limited to 'npc/005-2-1/note.txt')
-rw-r--r-- | npc/005-2-1/note.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/005-2-1/note.txt b/npc/005-2-1/note.txt index 554e25a0f..6add835ba 100644 --- a/npc/005-2-1/note.txt +++ b/npc/005-2-1/note.txt @@ -6,6 +6,14 @@ 005-2-1,41,33,0 script Note#saxsocave NPC_PAPER_NOTE,{ mesc l("I leave this basement that start to be too dangerous!"); + + .@q=getq(General_EasterEggs); + + if (!(.@q & EE_SAXSO)) { + setq General_EasterEggs, .@q|EE_SAXSO; + dispbottom l("For finding an Easter Egg, you got Strange Coins!"); + getitem StrangeCoin, 5; + } close; OnInit: |