summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g
diff options
context:
space:
mode:
authorZed <Zed@zed.zed>2016-03-08 22:33:45 +0100
committerZed <Zed@zed.zed>2016-03-08 22:33:45 +0100
commit41a0a415d25a4208d0d58e20854ace3b95af2b38 (patch)
tree13b2183e4f78f3bb8d1317d46bd680445594a33d /TemplePushing.c4s/System.c4g
parent3d0d6f4975986c99226a25901f51b963ee5cf379 (diff)
downloadtempelschubsen-41a0a415d25a4208d0d58e20854ace3b95af2b38.tar.gz
tempelschubsen-41a0a415d25a4208d0d58e20854ace3b95af2b38.zip
Add particles on Lavashot/Magic Lightning deletion
Diffstat (limited to 'TemplePushing.c4s/System.c4g')
-rw-r--r--TemplePushing.c4s/System.c4g/GravityStops.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/TemplePushing.c4s/System.c4g/GravityStops.c b/TemplePushing.c4s/System.c4g/GravityStops.c
index 5c3698a..9034d2b 100644
--- a/TemplePushing.c4s/System.c4g/GravityStops.c
+++ b/TemplePushing.c4s/System.c4g/GravityStops.c
@@ -5,5 +5,7 @@
func MagicStop(object caller)
{
+ var vertex = GetVertexNum() - 1;
+ CastParticles("MSpark", 50, 20, AbsX(GetVertex(vertex, VTX_X)), AbsY(GetVertex(vertex, VTX_Y)), 50, 75, RGBa(128,128,255,0), RGBa(255,255,255,127));
return RemoveObject();
-}
+} \ No newline at end of file