diff options
-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; |