From 24b164cd37d4d33104e560134901b6eea734efa5 Mon Sep 17 00:00:00 2001 From: Maikel de Vries Date: Sun, 5 Apr 2015 17:51:39 +0200 Subject: [PATCH] add missing descriptions for chest and gold idol --- planet/Objects.ocd/Structures.ocd/Chest.ocd/Script.c | 1 + planet/Objects.ocd/Structures.ocd/Chest.ocd/StringTblDE.txt | 3 ++- planet/Objects.ocd/Structures.ocd/Chest.ocd/StringTblUS.txt | 3 ++- planet/Objects.ocd/Structures.ocd/Idol.ocd/Script.c | 1 + planet/Objects.ocd/Structures.ocd/Idol.ocd/StringTblDE.txt | 3 ++- planet/Objects.ocd/Structures.ocd/Idol.ocd/StringTblUS.txt | 3 ++- 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/planet/Objects.ocd/Structures.ocd/Chest.ocd/Script.c b/planet/Objects.ocd/Structures.ocd/Chest.ocd/Script.c index b373f9756..e6c537228 100644 --- a/planet/Objects.ocd/Structures.ocd/Chest.ocd/Script.c +++ b/planet/Objects.ocd/Structures.ocd/Chest.ocd/Script.c @@ -80,5 +80,6 @@ protected func Definition(def) } local Name = "$Name$"; +local Description = "$Description$"; local ContainBlast = true; local HitPoints = 50; diff --git a/planet/Objects.ocd/Structures.ocd/Chest.ocd/StringTblDE.txt b/planet/Objects.ocd/Structures.ocd/Chest.ocd/StringTblDE.txt index a8e232135..fb693a512 100644 --- a/planet/Objects.ocd/Structures.ocd/Chest.ocd/StringTblDE.txt +++ b/planet/Objects.ocd/Structures.ocd/Chest.ocd/StringTblDE.txt @@ -1 +1,2 @@ -Name=Truhe \ No newline at end of file +Name=Truhe +Description=Speicherplatz für allerhand Objekte. \ No newline at end of file diff --git a/planet/Objects.ocd/Structures.ocd/Chest.ocd/StringTblUS.txt b/planet/Objects.ocd/Structures.ocd/Chest.ocd/StringTblUS.txt index 62034f01c..c028b792c 100644 --- a/planet/Objects.ocd/Structures.ocd/Chest.ocd/StringTblUS.txt +++ b/planet/Objects.ocd/Structures.ocd/Chest.ocd/StringTblUS.txt @@ -1 +1,2 @@ -Name=Chest \ No newline at end of file +Name=Chest +Description=Storage location for all kinds of items. \ No newline at end of file diff --git a/planet/Objects.ocd/Structures.ocd/Idol.ocd/Script.c b/planet/Objects.ocd/Structures.ocd/Idol.ocd/Script.c index ec7555228..2276374f5 100644 --- a/planet/Objects.ocd/Structures.ocd/Idol.ocd/Script.c +++ b/planet/Objects.ocd/Structures.ocd/Idol.ocd/Script.c @@ -2,6 +2,7 @@ #include Library_Ownable local Name = "$Name$"; +local Description = "$Description$"; local Touchable = 1; public func NoConstructionFlip() { return true; } \ No newline at end of file diff --git a/planet/Objects.ocd/Structures.ocd/Idol.ocd/StringTblDE.txt b/planet/Objects.ocd/Structures.ocd/Idol.ocd/StringTblDE.txt index 65b18e8c8..88cb95610 100644 --- a/planet/Objects.ocd/Structures.ocd/Idol.ocd/StringTblDE.txt +++ b/planet/Objects.ocd/Structures.ocd/Idol.ocd/StringTblDE.txt @@ -1 +1,2 @@ -Name=Goldene Statue \ No newline at end of file +Name=Goldene Statue +Description=Ein wertvolles Kunststück \ No newline at end of file diff --git a/planet/Objects.ocd/Structures.ocd/Idol.ocd/StringTblUS.txt b/planet/Objects.ocd/Structures.ocd/Idol.ocd/StringTblUS.txt index d243f12db..e86c597a9 100644 --- a/planet/Objects.ocd/Structures.ocd/Idol.ocd/StringTblUS.txt +++ b/planet/Objects.ocd/Structures.ocd/Idol.ocd/StringTblUS.txt @@ -1 +1,2 @@ -Name=Golden statue \ No newline at end of file +Name=Golden statue +Description=A valuable piece of art. \ No newline at end of file