From 5b9b2d974197f838337a344813995e5843e7cdae Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 27 Feb 2019 18:25:32 -0300 Subject: Several minor improvements --- npc/011-1/manastone.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/011-1') diff --git a/npc/011-1/manastone.txt b/npc/011-1/manastone.txt index ea430f716..133a1fe69 100644 --- a/npc/011-1/manastone.txt +++ b/npc/011-1/manastone.txt @@ -58,7 +58,7 @@ L_Level: if (MAGIC_LVL >= 7 || is_gm()) close; L_NotWorthy2: - if (is_gm()) movenpc(.name$, rand(200), rand(200)); + if (is_gm()) movenpc .name$, 20+rand(160), 20+rand(160); if (is_gm()) close; percentheal -20, -50; npctalk3 l("You are not worthy!"); @@ -80,7 +80,7 @@ L_LevelUp: close; OnInit: - movenpc .name$, rand(200), rand(200); + movenpc .name$, 20+rand(160), 20+rand(160); .sex = G_OTHER; .distance = 6; end; @@ -110,7 +110,7 @@ OnClock2100: OnClock2250: OnClock2340: npctalk "Those who are worthy, may get my magic. For the others, death awaits!"; - movenpc .name$, rand(200), rand(200); + movenpc .name$, 20+rand(160), 20+rand(160); end; } -- cgit v1.2.3-60-g2f50