Fix fog with Python 3

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21723 282e977c-c81d-0410-88c4-b93c2d0d6712
master
partmedia 2021-01-05 17:08:34 +00:00
parent fd90a065eb
commit bca81dce31
1 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@ if Params=="GenerateFog":
y.Title="Python"
y.Slaying="/python/Move_Fog.py"
z.Speed/=3
z.Weight=int(z.Weight)/3
z.Weight=z.Weight//3