openclonk/planet/Worlds.ocf/Chine.ocs/System.ocg/GoldenCannon.c

12 lines
158 B
C

// Golden barrel for the cannon.
#appendto Cannon
public func Construction()
{
_inherited(...);
SetMeshMaterial("GoldenCannon", 0);
MakeInvincible();
}