fix eating/using the squid and the fish

shapetextures
Maikel de Vries 2016-01-09 20:17:18 +01:00
parent 1ba1164d8e
commit cd30bf8079
2 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,7 @@ func Decaying()
protected func ControlUse(object clonk, int iX, int iY)
{
clonk->Eat(this);
return true;
}
public func NutritionalValue() { if (!GetAlive()) return 15; else return 0; }

View File

@ -164,6 +164,7 @@ private func Decaying()
public func ControlUse(object clonk, int iX, int iY)
{
clonk->Eat(this);
return true;
}
public func NutritionalValue() { if (!GetAlive()) return 15; else return 0; }