summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c
blob: b0572059cac2c0d7c96bcd50f1763a8057abf4d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*-- Riesiger Kristall --*/

#strict 2

func Set(int phase, int size, int rotation, int dir, int color)
{
	SetAction("Be");
	SetPhase(phase);
	SetCon(size);
	SetR(rotation);
	SetDir(dir);
	SetClrModulation(color);
}

func IsDecorativeCrystal() { return true; }