From 545b1d19f92791bdcf87a1f7f77ea7acf6110cfa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 13 Mar 2021 14:24:40 -0300 Subject: Fix typos on Research Points sale. Nerf their price. --- npc/029-0/event.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index 3ee4956ec..0b718bbb9 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -58,7 +58,7 @@ OnInit: .mobp=rand2(1000, 2500); .mobg=.mobp*rand2(100, 150)/10; .robp=rand2(900, 1200); - .robg=.robp*rand2(80, 110); + .robg=.robp*rand2(40, 60);//rand2(80, 110); .distance=5; .sex=G_MALE; @@ -152,6 +152,8 @@ OnClock2001: OnClock2201: .mobp=rand2(1000, 2500); .mobg=.mobp*rand2(100, 150)/10; + .robp=rand2(900, 1200); + .robg=.robp*rand2(40, 60);//rand2(80, 110); restoreshopitem LeatherPatch, 800, 45; restoreshopitem RawLog, 40; -- cgit v1.2.3-60-g2f50