diff options
Diffstat (limited to 'TemplePushing.c4s/System.c4g/Bounce.c')
| -rw-r--r-- | TemplePushing.c4s/System.c4g/Bounce.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/TemplePushing.c4s/System.c4g/Bounce.c b/TemplePushing.c4s/System.c4g/Bounce.c index e52c395..e2cee50 100644 --- a/TemplePushing.c4s/System.c4g/Bounce.c +++ b/TemplePushing.c4s/System.c4g/Bounce.c @@ -2,13 +2,18 @@ #strict 2 +#appendto ROCK +#appendto SWOR #appendto AXE1 +#appendto ARWP +#appendto SFLN +#appendto FLNT +#appendto EGBL #appendto EFLN -#appendto SWOR protected func Hit() { - if (Random(2)) return _inherited(); + if (Random(10)) return _inherited(); SetYDir(-20); Sound("Boing"); |
