Skip to content

Commit a4ed85e

Browse files
committed
Translate greensward skin in sixup server bridge
greensward is not a official teeworlds skin. But it comes pre installed in 4 custom 0.7 clients so the translation will display the correct skin for users of one of those clients: - gamer - ddnet - F-Client - ZillyWoods Or for everyone that has the skin installed manually.
1 parent 30aceda commit a4ed85e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/game/server/teeinfo.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ static StdSkin g_aStdSkins[] = {
2929
{"toptri", {"standard", "toptri", "", "standard", "standard", "standard"}, {true, false, false, true, true, false}, {6119331, 0, 0, 3640746, 5792119, 0}},
3030
{"twinbop", {"standard", "duodonny", "twinbopp", "standard", "standard", "standard"}, {true, true, true, true, true, false}, {15310519, -1600806, 15310519, 15310519, 37600, 0}},
3131
{"twintri", {"standard", "twintri", "", "standard", "standard", "standard"}, {true, true, false, true, true, false}, {3447932, -14098717, 0, 185, 9634888, 0}},
32-
{"warpaint", {"standard", "warpaint", "", "standard", "standard", "standard"}, {true, false, false, true, true, false}, {1944919, 0, 0, 750337, 1944919, 0}}};
32+
{"warpaint", {"standard", "warpaint", "", "standard", "standard", "standard"}, {true, false, false, true, true, false}, {1944919, 0, 0, 750337, 1944919, 0}},
33+
/* custom */
34+
{"greensward", {"greensward", "duodonny", "", "standard", "standard", "standard"}, {true, true, false, false, false, false}, {5635840, -11141356, 65408, 65408, 65408, 65408}},
35+
};
3336

3437
CTeeInfo::CTeeInfo(const char *pSkinName, int UseCustomColor, int ColorBody, int ColorFeet)
3538
{

0 commit comments

Comments
 (0)