From c1bee7911e6e6a91f828e7268dff975bb29b2649 Mon Sep 17 00:00:00 2001 From: alestan Date: Wed, 14 Sep 2011 20:23:59 +0000 Subject: [PATCH] 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 --- python/Moving_Fog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Moving_Fog.py b/python/Moving_Fog.py index 54a563d1c..78926189d 100644 --- a/python/Moving_Fog.py +++ b/python/Moving_Fog.py @@ -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: