Fixes a warning in HorrorToyFactory.
* Replaces an unattached sleep2 to sleep * Thanks to @admkakaroto and @technoken!
This commit is contained in:
parent
b4952aae09
commit
b275412bcc
@ -1324,7 +1324,7 @@ OnStart:
|
|||||||
.@mon_num++;
|
.@mon_num++;
|
||||||
if (.@mon_num > 20)
|
if (.@mon_num > 20)
|
||||||
break;
|
break;
|
||||||
sleep2 200;
|
sleep 200;
|
||||||
}
|
}
|
||||||
sleep 6000;
|
sleep 6000;
|
||||||
killmonster 'xm_d_map$, .@event$;
|
killmonster 'xm_d_map$, .@event$;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user