openclonk/planet/Missions.ocf/Skylands.ocs/Plane.ocd/Engine.ocd/Script.c

28 lines
424 B
C

/*--
Plane part: Engine
Author: Sven2
Used to construct the plane
--*/
#include Library_PlanePart
private func Hit()
{
Sound("Hits::Materials::Wood::WoodHit*");
}
func IsToolProduct() { return true; }
public func Definition(proplist def)
{
}
public func IsPlanePart() { return true; }
local Collectible = true;
local Name = "$Name$";
local Description = "$Description$";
local Rebuy = true;
local HitPoints = 20;