add missing descriptions for chest and gold idol

stable-6.1
Maikel de Vries 2015-04-05 17:51:39 +02:00
parent c25d463a91
commit 24b164cd37
6 changed files with 10 additions and 4 deletions

View File

@ -80,5 +80,6 @@ protected func Definition(def)
}
local Name = "$Name$";
local Description = "$Description$";
local ContainBlast = true;
local HitPoints = 50;

View File

@ -1 +1,2 @@
Name=Truhe
Name=Truhe
Description=Speicherplatz für allerhand Objekte.

View File

@ -1 +1,2 @@
Name=Chest
Name=Chest
Description=Storage location for all kinds of items.

View File

@ -2,6 +2,7 @@
#include Library_Ownable
local Name = "$Name$";
local Description = "$Description$";
local Touchable = 1;
public func NoConstructionFlip() { return true; }

View File

@ -1 +1,2 @@
Name=Goldene Statue
Name=Goldene Statue
Description=Ein wertvolles Kunststück

View File

@ -1 +1,2 @@
Name=Golden statue
Name=Golden statue
Description=A valuable piece of art.