summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/MagicWater.c
blob: 0bb0ba3471248c5d9f66a6315c59f08b285484d2 (plain)
1
2
3
4
5
6
7
8
9
10
/*-- Categorize certain spells as "Water" and assign blue scroll colour --*/
#strict 2
#appendto MFWV
#appendto ICNL
#appendto MICS

func ScrollColor()
{
	return RGB(80, 80, 255);
}