diff --git a/python/pshop/Floor.py b/python/pshop/Floor.py index 86a36a0a6..685a31c66 100644 --- a/python/pshop/Floor.py +++ b/python/pshop/Floor.py @@ -1,5 +1,4 @@ import Crossfire,sys -sys.stderr=open('/tmp/output.log','w') Params=Crossfire.ScriptParameters() whoami=Crossfire.WhoAmI() Arch=None diff --git a/python/pshop/Ice.py b/python/pshop/Ice.py index 64165b62c..e7db81a9c 100755 --- a/python/pshop/Ice.py +++ b/python/pshop/Ice.py @@ -1,5 +1,4 @@ import Crossfire,random,math,sys -sys.stdout=sys.stderr=open('/tmp/Ice.out','a') import CFDataBase CFDB=CFDataBase.CFDataBase("PShop") @@ -148,7 +147,8 @@ elif Params=="PuddleDeath": for i in range(Fogs): z=whoami.CreateObject("temp_fog") - z.Weight=(3+random.randint(1,10+int(math.sqrt(FogsTmp)))) + z.Speed+=0.3 + z.Weight=(3+random.randint(1,10+int(math.sqrt(FogsTmp))))*3 Rand=random.randint(1,2+int(FogsTmp/10)) z.Speed*=Rand z.Weight*=int(Rand/10)+1