diff options
Diffstat (limited to 'TemplePushing.c4s/System.c4g/Arrowpack.c')
| -rw-r--r-- | TemplePushing.c4s/System.c4g/Arrowpack.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TemplePushing.c4s/System.c4g/Arrowpack.c b/TemplePushing.c4s/System.c4g/Arrowpack.c index e046e4c..5f86151 100644 --- a/TemplePushing.c4s/System.c4g/Arrowpack.c +++ b/TemplePushing.c4s/System.c4g/Arrowpack.c @@ -38,6 +38,9 @@ protected func Activate(object clonk) // Start cooldown coolingDown = true; Schedule("coolingDown = false", RandomX(1, 20)); + + // Play sound + Sound("Arrow"); return 1; }
\ No newline at end of file |
