name and desc property added to the LifeGem

David Dormagen 2010-12-04 17:34:08 +01:00
parent 157fdabf4a
commit 5164d4a838
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
/*--- Life Gem ---*/
local Collectible = 1;
local Name = "$Name$";
local Description = "$Description$";
func Initialize()
{
AddEffect("Sparkle", this, 10, 2, this);