From 51683b8ea980566c1adb7ad5a5836807be8cfd67 Mon Sep 17 00:00:00 2001 From: Jan <> Date: Wed, 4 Feb 2015 19:13:52 +0100 Subject: TemplePushingB.c4s --- TemplePushing.c4s/System.c4g/ShootInventory.c | 2 +- TemplePushing.c4s/System.c4g/Vanish.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'TemplePushing.c4s/System.c4g') diff --git a/TemplePushing.c4s/System.c4g/ShootInventory.c b/TemplePushing.c4s/System.c4g/ShootInventory.c index 6adcfcc..f310e61 100644 --- a/TemplePushing.c4s/System.c4g/ShootInventory.c +++ b/TemplePushing.c4s/System.c4g/ShootInventory.c @@ -69,7 +69,7 @@ protected func Activate(object clonk) } else if (GetID() == TSWB) { - Exit(0, -5 + 10 * clonk->GetDir()); + Exit(0, -7 + 14 * clonk->GetDir()); SetYDir(-30); SetXDir(-50 + 100 * clonk->GetDir()); } diff --git a/TemplePushing.c4s/System.c4g/Vanish.c b/TemplePushing.c4s/System.c4g/Vanish.c index 8eae5cb..1ad5222 100644 --- a/TemplePushing.c4s/System.c4g/Vanish.c +++ b/TemplePushing.c4s/System.c4g/Vanish.c @@ -22,7 +22,7 @@ protected func Hit() else if (GetID() == TSWB) { CastParticles("Snow", 50, 20, 0, 0, 50, 80, RGBa(255,255,255,0), RGBa(255,255,255,0)); - Schedule("RemoveObject()", 2, 0, 0); + RemoveObject(); } else { -- cgit v1.2.3-54-g00ecf