summaryrefslogtreecommitdiffstats
path: root/Targets.c4d/System.c4g/LiquidCannon.c
diff options
context:
space:
mode:
Diffstat (limited to 'Targets.c4d/System.c4g/LiquidCannon.c')
-rw-r--r--Targets.c4d/System.c4g/LiquidCannon.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Targets.c4d/System.c4g/LiquidCannon.c b/Targets.c4d/System.c4g/LiquidCannon.c
new file mode 100644
index 0000000..fa0998d
--- /dev/null
+++ b/Targets.c4d/System.c4g/LiquidCannon.c
@@ -0,0 +1,4 @@
+#strict 2
+#appendto LICA
+
+func CannonAmmo(object obj) { return IsFilledBarrel(obj); }