LifeGem does not fade out anymore

David Dormagen 2010-12-04 17:43:52 +01:00
parent e6d56f90a8
commit 9f0f2a26ca
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ local Collectible = 1;
local Name = "$Name$";
local Description = "$Description$";
// does not fade out. Who wants to leave it lying around anyway!
func HasNoFadeOut(){return true;}
func Initialize()
{
AddEffect("Sparkle", this, 10, 2, this);