summaryrefslogtreecommitdiff
path: root/npc/001-1/rumly.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/rumly.txt')
-rw-r--r--npc/001-1/rumly.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-1/rumly.txt b/npc/001-1/rumly.txt
index f6a9126a..4a1103fb 100644
--- a/npc/001-1/rumly.txt
+++ b/npc/001-1/rumly.txt
@@ -94,7 +94,7 @@ L_Menu:
case 4:
if (.@visited < 2) goto L_Quit;
- .@rand = rand (2);
+ .@rand = rand(2);
if (.@rand)
{
@@ -215,8 +215,8 @@ L_Quit:
OnTimer1800:
stopnpctimer;
- if (getnpcdir ("Rumly#001-1") == 2) setnpcdir "Rumly#001-1", 6;
- if (getnpcdir ("Rumly#001-1") == 4) setnpcdir "Rumly#001-1", 8;
+ if (getnpcdir("Rumly#001-1") == 2) setnpcdir "Rumly#001-1", 6;
+ if (getnpcdir("Rumly#001-1") == 4) setnpcdir "Rumly#001-1", 8;
end;