summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/MagicAir.c
diff options
context:
space:
mode:
Diffstat (limited to 'TemplePushing.c4s/System.c4g/MagicAir.c')
-rw-r--r--TemplePushing.c4s/System.c4g/MagicAir.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/TemplePushing.c4s/System.c4g/MagicAir.c b/TemplePushing.c4s/System.c4g/MagicAir.c
new file mode 100644
index 0000000..2c4a60d
--- /dev/null
+++ b/TemplePushing.c4s/System.c4g/MagicAir.c
@@ -0,0 +1,17 @@
+/*-- No color-modulation for scrolls --*/
+#strict 2
+#appendto ABLA
+#appendto MBOT
+#appendto GVTY
+#appendto MLGT
+#appendto CFAL
+#appendto MINV
+#appendto MDFL
+#appendto AFST
+#appendto MATT
+#appendto TSHL
+
+func ScrollColor()
+{
+ return RGB(255, 255, 255);
+}