mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-13 22:34:31 +00:00
switch to the new bribe icon
This was SVN commit r19279.
This commit is contained in:
@@ -534,7 +534,7 @@ function diplomacyFormatSpyRequestButton(i, hidden)
|
||||
}
|
||||
}
|
||||
let icon = Engine.GetGUIObjectByName("diplomacySpyRequestImage["+(i-1)+"]");
|
||||
icon.sprite = modifier + "stretched:session/icons/economics.png";
|
||||
icon.sprite = modifier + "stretched:session/icons/bribes.png";
|
||||
button.tooltip = tooltips.filter(tip => tip).join("\n");
|
||||
button.onPress = (function(i) { return function() {
|
||||
Engine.PostNetworkCommand({ "type": "spy-request", "source": g_ViewedPlayer, "player": i });
|
||||
|
||||
Reference in New Issue
Block a user