summaryrefslogtreecommitdiff
path: root/npc/005-2-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-04 10:28:18 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-04 10:28:18 -0300
commitd8d7fce2e975a823b53f56215fd1bcddfb32d139 (patch)
tree2222c9ea230198a668484495405532b624a969f8 /npc/005-2-1
parent38319d39bc9de1d75bea27235c635ad580646ab0 (diff)
downloadserverdata-d8d7fce2e975a823b53f56215fd1bcddfb32d139.tar.gz
serverdata-d8d7fce2e975a823b53f56215fd1bcddfb32d139.tar.bz2
serverdata-d8d7fce2e975a823b53f56215fd1bcddfb32d139.tar.xz
serverdata-d8d7fce2e975a823b53f56215fd1bcddfb32d139.zip
All Easter Eggs now give you Strange Coins %%o
All easter egg rooms I mean
Diffstat (limited to 'npc/005-2-1')
-rw-r--r--npc/005-2-1/note.txt8
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: