summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g
diff options
context:
space:
mode:
authorJan <>2015-02-04 19:13:52 +0100
committerJan <_>2015-07-10 17:52:55 +0200
commit51683b8ea980566c1adb7ad5a5836807be8cfd67 (patch)
tree5307fce829edfad07a4dbd0d2f6a3a31cb2fe4f1 /TemplePushing.c4s/System.c4g
parentde97f8b2898e8fd00c5d6108e2832b7e6cd3668f (diff)
downloadtempelschubsen-51683b8ea980566c1adb7ad5a5836807be8cfd67.tar.gz
tempelschubsen-51683b8ea980566c1adb7ad5a5836807be8cfd67.zip
TemplePushingB.c4s
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
{