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-b93c2d0d6712master
parent
b8083bfeb9
commit
c1bee7911e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue