share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/ice01.lua
changeset 9810 54c0fdec4600
parent 9759 0efa9672c000
child 11692 68eddcdc9f26
--- a/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/ice01.lua	Sat Dec 21 01:14:59 2013 +0400
+++ b/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/ice01.lua	Sat Dec 21 02:18:40 2013 +0200
@@ -184,9 +184,9 @@
 		step = step + 1
 		if step == 5 then
 			step = 0
-			x = x + math.random(100,300)
+			x = x + GetRandom(201)+100
 		else
-			x = x + math.random(10,30)
+			x = x + GetRandom(21)+10
 		end
 	end