openclonk/planet/Missions.ocf/Skylands.ocs/System.ocg/Coniferous_AltMat.c

11 lines
221 B
C

/* Coniferous alternate material */
// High up in the skies, coniferous trees look a little different
#appendto Tree_Coniferous
func Construction(...)
{
SetMeshMaterial("Coniferous_AltMat");
return _inherited(...);
}