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

19 lines
306 B
C

/*-- Sulphur --*/
protected func Construction()
{
var graphic = Random(5);
if(graphic)
SetGraphics(Format("%d",graphic));
}
protected func Hit()
{
Sound("Hits::GeneralHit?");
}
local Collectible = 1;
local Name = "$Name$";
local Description = "$Description$";
local Rebuy = true;
local Plane = 460;