diff options
-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); |