diff options
-rw-r--r-- | npc/029-0/event.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index 24c083f76..663aa64c2 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -171,9 +171,9 @@ OnClock2001: if ($EVENT$ != "Steam") end; OnClock2201: - .mobp=rand2(1000, 2500); + .mobp+=rand2(1000, 2500); .mobg=.mobp*rand2(100, 150)/10; - .robp=rand2(900, 1200); + .robp+=rand2(900, 1200); .robg=.robp*rand2(40, 60);//rand2(80, 110); .@steam = $FIRESOFSTEAM; |