summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/Gravity.c
diff options
context:
space:
mode:
authorMittendrein Markus <maxmitti@gmx.net>2016-03-09 13:43:37 +0100
committerMittendrein Markus <maxmitti@gmx.net>2016-03-09 13:43:37 +0100
commit04f6ac72485e08cbcf8f44ed58d1cf6ac4ce3769 (patch)
tree0cdc79e4d8cf46cb13c9816ffd455725a8a60bb2 /TemplePushing.c4s/System.c4g/Gravity.c
parenta14a78484cd5908d3ad7b8ddf6fea69d60840f8a (diff)
downloadtempelschubsen-04f6ac72485e08cbcf8f44ed58d1cf6ac4ce3769.tar.gz
tempelschubsen-04f6ac72485e08cbcf8f44ed58d1cf6ac4ce3769.zip
Attach WhiteAura- particles to the caster
Diffstat (limited to 'TemplePushing.c4s/System.c4g/Gravity.c')
-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 5d0220e..fcc0cdf 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), RandomX(-1,1),RandomX(-1,1), 12*iSearchRadius,GetPlrColorDw(GetOwner(pClonk)));
+ CreateParticle("WhiteAura",GetX(pClonk),GetY(pClonk), 0, 0, 12*iSearchRadius,GetPlrColorDw(GetOwner(pClonk)), pClonk);
var i=2;
while(i--)
{