Nugget and Ore are IsFoundryIngredient()

Charles Spurrill 2011-10-16 09:48:13 -07:00
parent d5669964b8
commit e4c08a7288
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@ protected func Hit(x, y)
return true;
}
public func IsFoundryIngredient() { return true; }
local Collectible = 1;
local Name = "$Name$";
local Description = "$Description$";

View File

@ -13,6 +13,8 @@ protected func Hit(x, y)
return true;
}
public func IsFoundryIngredient() { return true; }
local Collectible = 1;
local Name = "$Name$";
local Description = "$Description$";