fine tuning of fog speed
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13622 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
d3b6653a28
commit
e0e54c995b
|
@ -148,7 +148,6 @@ elif Params=="PuddleDeath":
|
|||
for i in range(Fogs):
|
||||
|
||||
z=whoami.CreateObject("temp_fog")
|
||||
z.Speed+=0.1
|
||||
z.Weight=(3+random.randint(1,10+int(math.sqrt(FogsTmp))))
|
||||
Rand=random.randint(1,2+int(FogsTmp/10))
|
||||
z.Speed*=Rand
|
||||
|
|
Loading…
Reference in New Issue