summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Misc.c4d/TSnowball.c4d/Script.c
diff options
context:
space:
mode:
Diffstat (limited to 'TemplePushing.c4s/Misc.c4d/TSnowball.c4d/Script.c')
-rw-r--r--TemplePushing.c4s/Misc.c4d/TSnowball.c4d/Script.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/TemplePushing.c4s/Misc.c4d/TSnowball.c4d/Script.c b/TemplePushing.c4s/Misc.c4d/TSnowball.c4d/Script.c
index aa90954..c99f5b3 100644
--- a/TemplePushing.c4s/Misc.c4d/TSnowball.c4d/Script.c
+++ b/TemplePushing.c4s/Misc.c4d/TSnowball.c4d/Script.c
@@ -12,6 +12,9 @@ protected func Hit() {
protected func Departure(thrower) {
var proc = GetProcedure(thrower);
var comd = GetComDir(thrower);
+
+ if (GetOCF() & OCF_CrewMember())
+ {
// Ablegen -> Abbruch
if (GetPlrDownDouble(GetOwner(thrower)))
// Nur Ablegen in der Luft mit Befehlsrichtung? Luftwurf erlauben!
@@ -53,6 +56,7 @@ protected func Departure(thrower) {
SetYDir(y_dir);
Sound("Arrow");
+ }
}
func IsAlchemContainer() { return(true); }