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

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