summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g
diff options
context:
space:
mode:
Diffstat (limited to 'TemplePushing.c4s/System.c4g')
-rw-r--r--TemplePushing.c4s/System.c4g/ShootInventory.c2
-rw-r--r--TemplePushing.c4s/System.c4g/Vanish.c2
2 files changed, 2 insertions, 2 deletions
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
{