diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-16 12:14:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-16 12:14:32 -0300 |
commit | 34836c434f288a4030e813b93c210803aa1a3daa (patch) | |
tree | 976296e54cdc8eda8dffa20406388e52e08c831d /npc/001-7 | |
parent | 1c759cb9a446437a08e4906326119b7c1838d1e9 (diff) | |
download | serverdata-34836c434f288a4030e813b93c210803aa1a3daa.tar.gz serverdata-34836c434f288a4030e813b93c210803aa1a3daa.tar.bz2 serverdata-34836c434f288a4030e813b93c210803aa1a3daa.tar.xz serverdata-34836c434f288a4030e813b93c210803aa1a3daa.zip |
Whitespace fixing
Diffstat (limited to 'npc/001-7')
-rw-r--r-- | npc/001-7/homunculus.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-7/homunculus.txt b/npc/001-7/homunculus.txt index 8935e80cc..0aac7d961 100644 --- a/npc/001-7/homunculus.txt +++ b/npc/001-7/homunculus.txt @@ -13,7 +13,7 @@ OnTouch: .@q=getq(General_Narrator); .@q2=getq2(General_Narrator); // Cheater Detected - if (.@q < 15) { + if (.@q < 15) { warp "Save", 0, 0; percentheal -100, -100; end; @@ -34,7 +34,7 @@ OnTouch: .@n=getq(General_Narrator); .@q=getq2(FrostiaQuest_Homunculus); // Cheater Detected - if (.@n < 15) { + if (.@n < 15) { warp "Save", 0, 0; percentheal -100, -100; end; |