summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/MagicWater.c
blob: 49c9dd47e28118bcfa9ac7ab3901e67edaaae3f3 (plain)
1
2
3
4
5
6
7
8
9
10
/*-- Blue color for scrolls --*/
#strict 2
#appendto MFWV
#appendto ICNL
#appendto MICS

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