summaryrefslogtreecommitdiff
path: root/npc/001-7
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-18 00:26:38 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-18 00:26:38 -0300
commit993e95bdc9910346a67613ca8b4506dda279344e (patch)
tree604763e2b9ca62b28280266d1255fac2722c2c3c /npc/001-7
parente3f211c7817652aebb6d21ad267ab765073c1bbb (diff)
downloadserverdata-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')
-rw-r--r--npc/001-7/homunculus.txt6
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;