summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMittendrein Markus <maxmitti@gmx.net>2016-03-09 14:23:33 +0100
committerMittendrein Markus <maxmitti@gmx.net>2016-03-09 14:23:33 +0100
commit1fe7abceccdb55fb12ec7d6c746fb8cfacafd762 (patch)
tree5055823d2ee022033aa2d0e4a5cabba312d3c9f5
parent04f6ac72485e08cbcf8f44ed58d1cf6ac4ce3769 (diff)
downloadtempelschubsen-1fe7abceccdb55fb12ec7d6c746fb8cfacafd762.tar.gz
tempelschubsen-1fe7abceccdb55fb12ec7d6c746fb8cfacafd762.zip
Improve use of WhiteAura
-rw-r--r--TemplePushing.c4s/System.c4g/Gravity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TemplePushing.c4s/System.c4g/Gravity.c b/TemplePushing.c4s/System.c4g/Gravity.c
index fcc0cdf..b4db7d8 100644
--- a/TemplePushing.c4s/System.c4g/Gravity.c
+++ b/TemplePushing.c4s/System.c4g/Gravity.c
@@ -11,7 +11,7 @@ func FxFloatPSpellTimer(pClonk, iEffectNumber, iEffectTime)
var iSearchRadius = GetRange();
var pObj;
- CreateParticle("WhiteAura",GetX(pClonk),GetY(pClonk), 0, 0, 12*iSearchRadius,GetPlrColorDw(GetOwner(pClonk)), pClonk);
+ CreateParticle("WhiteAura",GetX(pClonk),GetY(pClonk), RandomX(-1,1), RandomX(-1,1), 12*iSearchRadius,GetPlrColorDw(GetOwner(pClonk)), pClonk);
var i=2;
while(i--)
{