summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/MagicEarth.c
blob: 4ac146360a3d7897573d4dc47bd5246d58fa4e08 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*-- Green color for scrolls --*/
#strict 2
#appendto MSSH
#appendto MARK
#appendto MGPL
#appendto MGCY

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