diff options
Diffstat (limited to 'npc/003-2-1')
-rw-r--r-- | npc/003-2-1/demure.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/003-2-1/demure.txt b/npc/003-2-1/demure.txt index 67b9edf41..362c9f28d 100644 --- a/npc/003-2-1/demure.txt +++ b/npc/003-2-1/demure.txt @@ -4,6 +4,15 @@ // Jesusalva 003-2-1,51,41,0 script NotSoBot NPC_FEMALE,{ + + .@q=getq(General_EasterEggs); + + if (!(.@q & EE_DEMURE)) { + setq General_EasterEggs, .@q|EE_DEMURE; + dispbottom l("For finding an Easter Egg, you got Strange Coins!"); + getitem StrangeCoin, 5; + } + // Let's try without freeloop mesn any("NotSoBot", "Demure"); if (rand(1,5) <= 2) |