summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/MagicAir.c
blob: d0518fa0a376721801c2d91178599b52f93aeac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*-- Categorize certain spells as "Air" and assign white scroll colour --*/
#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);
}