From 993e95bdc9910346a67613ca8b4506dda279344e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 18 Jun 2019 00:26:38 -0300 Subject: Fix bugs and somehow it doesn't crashes locally... Could it be... Exception()? --- npc/001-7/homunculus.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/001-7') 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; -- cgit v1.2.3-60-g2f50