Mt Brame: fixed goal icon.

ipv6
Clonkonaut 2017-01-03 03:41:05 +01:00
parent 7be2bd33fa
commit 145be7d097
5 changed files with 7 additions and 3 deletions

View File

@ -2,4 +2,6 @@
id=Goal_GetBack
Version=6,0
Category=C4D_StaticBack|C4D_Goal
Picture=0,0,64,64
Width=64
Height=64
Offset=-32,-32

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -36,7 +36,7 @@ public func GetDescription(int plr)
{
var message;
if (IsFulfilled())
message = "$MsgGoalFulfilled$";
message = "$MsgGoalFulfilled$";
else
message = "$MsgGoalUnFulfilled$";
return message;
@ -53,7 +53,7 @@ public func Activate(int byplr)
public func GetShortDescription(int plr)
{
return "{{WoodenCabin}}"; // TODO
return "$GetBack$";
}
/*-- Proplist --*/

View File

@ -1,3 +1,4 @@
Name=Finde den Weg zurück
MsgGoalFulfilled=Ihr habt den Weg zurück gefunden.
MsgGoalUnFulfilled=Ihr seid noch nicht zuhause.
GetBack=Finde zurück

View File

@ -1,3 +1,4 @@
Name=Find your way back home
MsgGoalFulfilled=You have made your way back home.
MsgGoalUnFulfilled=You are not at home yet.
GetBack=Get back