fix GOLD name

stable-5.2
Sven Eberhardt 2010-01-06 18:46:54 +01:00
parent 1bfb6b56ba
commit f08425ddc8
1 changed files with 1 additions and 3 deletions

View File

@ -8,9 +8,7 @@ protected func Hit()
return 1;
}
func Definition(def) {
SetProperty("Name", "$Name$", def);
}
func Definition(def) {
SetProperty("Name", "$Name$", def);
SetProperty("Collectible", 1, def);
}