summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TemplePushing.c4s/System.c4g/Blackout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TemplePushing.c4s/System.c4g/Blackout.c b/TemplePushing.c4s/System.c4g/Blackout.c
index b3f3bdb..5f3a397 100644
--- a/TemplePushing.c4s/System.c4g/Blackout.c
+++ b/TemplePushing.c4s/System.c4g/Blackout.c
@@ -34,7 +34,7 @@ public func Activate(object pCaster, object pRealcaster) {
iRng=Random(iRange/2);
iX=Sin(iAng, iRng);
iY=Cos(iAng, iRng);
- CreateParticle("Feather", iX, iY, RandomX(-5,5), -3, 50+Random(25));
+ CreateParticle("Feather", iX, iY, RandomX(-5,5), -3, 50+Random(25), GetPlrColorDw(GetOwner(pCaster)));
}
var pClonk,pVictim;
if(!(pClonk=pRealcaster)) pClonk=pCaster;