openclonk/planet/Objects.ocd/Items.ocd/Resources.ocd/Metal.ocd/Script.c

22 lines
371 B
C

/*--- Metal ---*/
protected func Construction()
{
if(GBackSemiSolid())
SetGraphics("Old");
}
protected func Hit()
{
Sound("GeneralHit?");
return 1;
}
public func IsFoundryProduct() { return false; }
public func GetFuelNeed() { return 100; }
local Name = "$Name$";
local Description = "$Description$";
local Collectible = 1;
local Rebuy = true;
local Plane = 470;