Decreased the number of fogs per seed fog

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@15090 282e977c-c81d-0410-88c4-b93c2d0d6712
master
alestan 2011-09-14 20:23:59 +00:00
parent b8083bfeb9
commit c1bee7911e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Params=Crossfire.ScriptParameters()
if Params=="GenerateFog":
Fogs=int(whoami.Weight/1000)
Fogs=int(whoami.Weight/10000)
Fogs=max(Fogs,1)
a=whoami.Inventory
while a !=None: