diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-18 00:26:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-18 00:26:38 -0300 |
commit | 993e95bdc9910346a67613ca8b4506dda279344e (patch) | |
tree | 604763e2b9ca62b28280266d1255fac2722c2c3c /npc/001-7/homunculus.txt | |
parent | e3f211c7817652aebb6d21ad267ab765073c1bbb (diff) | |
download | serverdata-993e95bdc9910346a67613ca8b4506dda279344e.tar.gz serverdata-993e95bdc9910346a67613ca8b4506dda279344e.tar.bz2 serverdata-993e95bdc9910346a67613ca8b4506dda279344e.tar.xz serverdata-993e95bdc9910346a67613ca8b4506dda279344e.zip |
Fix bugs and somehow it doesn't crashes locally... Could it be... Exception()?
Diffstat (limited to 'npc/001-7/homunculus.txt')
-rw-r--r-- | npc/001-7/homunculus.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-7/homunculus.txt b/npc/001-7/homunculus.txt index e68891b0b..ee9d53f1b 100644 --- a/npc/001-7/homunculus.txt +++ b/npc/001-7/homunculus.txt @@ -98,7 +98,7 @@ OnInit: 001-7,48,111,0 script Sign#MKH NPC_NO_SPRITE,{ .@q=getq2(FrostiaQuest_Homunculus); mesn; - mesc l("Welcome to ###########."); + mesc l("Welcome to") + " --_--_-___--__-_-_."; mesc l("Yes, we have @@!", getitemlink(Coffee)); next; mesn; @@ -200,11 +200,11 @@ OnInit: close; } // I hope this is right - if (! + if (!( (.@q & 4) && (.@q & 8) && (.@q & 16) && - (.@q & 32) ) { + (.@q & 32)) ) { mesn strcharinfo(0); mesc l("I better not disturb the hut owner."); close; |