From d8d7fce2e975a823b53f56215fd1bcddfb32d139 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 4 Mar 2019 10:28:18 -0300 Subject: All Easter Eggs now give you Strange Coins %%o All easter egg rooms I mean --- npc/005-2-1/note.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc/005-2-1') 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: -- cgit v1.2.3-60-g2f50