Mushrooms burn (#1362).

Will no longer 'grow' in lava like the bug report stated.
shapetextures
Clonkonaut 2015-11-30 18:41:19 +01:00
parent 2e7f44f141
commit df45b58bbd
1 changed files with 7 additions and 1 deletions

View File

@ -12,6 +12,11 @@ private func SeedArea() { return 150; }
private func SeedAmount() { return 4; }
private func SeedOffset() { return 10; }
private func Incineration()
{
SetClrModulation(RGB(48, 32, 32));
}
/*-- Initialization --*/
protected func Construction()
@ -35,7 +40,6 @@ public func RootSurface()
return;
}
/*-- Eating --*/
protected func ControlUse(object clonk)
@ -51,4 +55,6 @@ local Name = "$Name$";
local Description = "$Description$";
local UsageHelp = "$UsageHelp$";
local Collectible = true;
local BlastIncinerate = 5;
local ContactIncinerate = 1;
local Placement = 4;