Skip to content

Commit 8113839

Browse files
committed
Tweak metal share hint.
1 parent 4854cd7 commit 8113839

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

campaign/sample/planets/planet17.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ local function GetPlanet(planetUtilities, planetID)
4545
},
4646
{
4747
image = "LuaUI/Images/ibeam.png",
48-
text = [[Metal income from extractors is split evenly between allies, with a small amount of extra income temporarily sent to the builder of an extractor as payment. Reclaim is private though, as is any metal in storage. Mouse over the metal icon at the top of the screen for a detailed breakdown.]]
48+
text = [[Metal income from extractors is split evenly between teammates, with whoever builds an extractor temporarily recieving a slightly larger share as payment. Reclaim is private though, as is any metal in storage. Mouse over the metal icon at the top of the screen for a detailed breakdown.]]
4949
},
5050
},
5151
gameConfig = {

campaign/sample/planets/planet34.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ local function GetPlanet(planetUtilities, planetID)
4646
},
4747
{
4848
image = "LuaUI/Images/ibeam.png",
49-
text = [[Metal income from extractors is split evenly between allies, with a small amount of extra income temporarily sent to the builder of an extractor as payment. Reclaim is private though, as is any metal in storage. Mouse over the metal icon at the top of the screen for a detailed breakdown.]]
49+
text = [[Metal income from extractors is split evenly between teammates, with whoever builds an extractor temporarily recieving a slightly larger share as payment. Reclaim is private though, as is any metal in storage. Mouse over the metal icon at the top of the screen for a detailed breakdown.]]
5050
},
5151
},
5252
gameConfig = {

0 commit comments

Comments
 (0)