diff options
| author | Jan <> | 2015-02-02 17:58:18 +0100 |
|---|---|---|
| committer | Jan <_> | 2015-07-10 17:51:43 +0200 |
| commit | ca61c54b9bd69af897e4cc9d4385137fb56fd11a (patch) | |
| tree | a4363f466cea6de48ca81fadc08273d58698d2ff /TemplePushing.c4s/System.c4g/Bounce.c | |
| parent | 32a9632fbca3dd7a88bd3154b84a3773af39c276 (diff) | |
| download | tempelschubsen-ca61c54b9bd69af897e4cc9d4385137fb56fd11a.tar.gz tempelschubsen-ca61c54b9bd69af897e4cc9d4385137fb56fd11a.zip | |
TemplePushingBeta.c4s
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"); |
