diff options
Diffstat (limited to 'TemplePushing.c4s/System.c4g/Vanish.c')
| -rw-r--r-- | TemplePushing.c4s/System.c4g/Vanish.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TemplePushing.c4s/System.c4g/Vanish.c b/TemplePushing.c4s/System.c4g/Vanish.c index 1ad5222..702b776 100644 --- a/TemplePushing.c4s/System.c4g/Vanish.c +++ b/TemplePushing.c4s/System.c4g/Vanish.c @@ -6,6 +6,7 @@ #appendto FARW #appendto TSWB #appendto SPER +#appendto ICE1 protected func Hit() { @@ -16,7 +17,7 @@ protected func Hit() } else if (GetID() == SPER) { - Schedule("CastParticles(\"MSpark\", 20, 5, 0, 0, 25, 30, RGBa(128,128,255,0), RGBa(255,255,255,127))", 49, 0, 0); + Schedule("CastParticles(\"MSpark\", 20, 5, 0, 0, 25, 30, RGBa(255,128,128,0), RGBa(255,128,128,127))", 49, 0, 0); Schedule("RemoveObject()", 50, 0, 0); } else if (GetID() == TSWB) |
