Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37903382
en ru br
ALT Linux repositórios
S:2.6.0-alt1
5.0: 2.1.9-alt1
4.1: 2.1.4-alt1
4.0: 2.1.3-alt1
3.0: 2.0.6-alt1

Outros repositórios
Upstream:2.1.3

Group :: Jogos/Estratégia
RPM: freeciv

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: freeciv-2.0.0-alt-revolt.patch
Download


--- freeciv-2.0.0/server/plrhand.c.orig	2004-12-09 19:37:33 +0300
+++ freeciv-2.0.0/server/plrhand.c	2004-12-16 19:26:20 +0300
@@ -926,8 +926,9 @@
 	  pplayer->name, get_government_name(pplayer->target_government),
 	  pplayer->revolution_finishes, game.turn);
   notify_player_ex(pplayer, NULL, E_REVOLT_START,
-		   _("Game: The %s have incited a revolt!"),
-		   get_nation_name_plural(pplayer->nation));
+		   _("Game: The %s have incited a %d-turn revolt!"),
+		   get_nation_name_plural(pplayer->nation),
+		   (pplayer->revolution_finishes - game.turn));
   gamelog(GAMELOG_REVOLT, pplayer);
 
   /* Now see if the revolution is instantaneous. */
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009