diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-17 04:20:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-17 04:20:20 -0300 |
commit | 65c634722e6a551388a63193b0c9a28d35ff845f (patch) | |
tree | 3c36ea2a2284e875b2f9bcf95c28b2e5a3f2be6c /npc/017-1 | |
parent | 1d24be501f3f3d733344826262964255f7c6c380 (diff) | |
download | serverdata-65c634722e6a551388a63193b0c9a28d35ff845f.tar.gz serverdata-65c634722e6a551388a63193b0c9a28d35ff845f.tar.bz2 serverdata-65c634722e6a551388a63193b0c9a28d35ff845f.tar.xz serverdata-65c634722e6a551388a63193b0c9a28d35ff845f.zip |
Stop using compound names on events
Diffstat (limited to 'npc/017-1')
-rw-r--r-- | npc/017-1/boringnpc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-1/boringnpc.txt b/npc/017-1/boringnpc.txt index 7bc57ec79..2ffcf2917 100644 --- a/npc/017-1/boringnpc.txt +++ b/npc/017-1/boringnpc.txt @@ -12,7 +12,7 @@ next; mesn; mesq l("Hwaaaah... Man, I'm bored. Will you be getting @@?", getitemlink(GreenDye)); - if ($EVENT$ == "St. Patrick") { + if ($EVENT$ == "Patrick") { mesc l("It's St. Patrick Day, so be warned everyone wants a green dye... So, I raise the prices."); .@price*=2; } |