From 40fb3e5d61c44886b06d839a35adb0c11a5f918f Mon Sep 17 00:00:00 2001 From: Jan <> Date: Mon, 2 Feb 2015 17:53:07 +0100 Subject: CliffPushR2.c4s --- TemplePushing.c4s/System.c4g/Rock.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 TemplePushing.c4s/System.c4g/Rock.c (limited to 'TemplePushing.c4s/System.c4g/Rock.c') diff --git a/TemplePushing.c4s/System.c4g/Rock.c b/TemplePushing.c4s/System.c4g/Rock.c deleted file mode 100644 index e094b4c..0000000 --- a/TemplePushing.c4s/System.c4g/Rock.c +++ /dev/null @@ -1,20 +0,0 @@ -#strict -#appendto ROCK - -func Activate(pClonk) -{ - [$Shot$|Image=GNPW] - Sound("Blast1"); - Exit(this(),-15+30*GetDir(pClonk)); - SetXDir(-100+200*GetDir(pClonk)); - SetYDir(-10); - return(1); -} - -func Hit() -{ - if (Random(5)) return(_inherited()); - SetYDir(-25); - Sound("BOING"); - return(1); -} \ No newline at end of file -- cgit v1.2.3-54-g00ecf