diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-23 02:59:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-23 02:59:16 -0300 |
commit | 38e52b156e536bf3c58d9d3c07bf0690a2d23993 (patch) | |
tree | 10d97f19587a5cd0ee938e79a2447ec3b6fb1d41 /npc | |
parent | e0218b0526466a44286042167f076a7756b6481b (diff) | |
download | serverdata-jesusalva/infinity.tar.gz serverdata-jesusalva/infinity.tar.bz2 serverdata-jesusalva/infinity.tar.xz serverdata-jesusalva/infinity.zip |
Freeloop is annoyingjesusalva/infinity
Diffstat (limited to 'npc')
-rw-r--r-- | npc/maze0/config.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/maze0/config.txt b/npc/maze0/config.txt index d2613a3b3..601e333f4 100644 --- a/npc/maze0/config.txt +++ b/npc/maze0/config.txt @@ -740,6 +740,8 @@ maze0,30,30,0 script #MazeMaster NPC_MONA,{ GenerateMaze(.@x, .@y); debugmes ""; debugmes ""; + // Throw some entropy + .@noname=rand2(.@loop*(1+.@i)); freeloop(true); } freeloop(false); |