summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/MagicFire.c
blob: 9e51fcfb41c8d57b9baee5b00dbdacfa821415b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*-- Red color for scrolls --*/
#strict 2
#appendto MDBT
#appendto MFRB
#appendto LAVS
#appendto MGFL

func ScrollColor()
{
	return RGB(225, 100, 100);
}