Author: sveinung
Date: Fri Jul 22 14:55:33 2016
New Revision: 33293

URL: http://svn.gna.org/viewcvs/freeciv?rev=33293&view=rev
Log:
Remove lie from comment.

The restriction that a unit must be alone at its square to be bribed or
sabotaged has moved to the ruleset.

Modified:
    trunk/server/diplomats.c

Modified: trunk/server/diplomats.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/diplomats.c?rev=33293&r1=33292&r2=33293&view=diff
==============================================================================
--- trunk/server/diplomats.c    (original)
+++ trunk/server/diplomats.c    Fri Jul 22 14:55:33 2016
@@ -352,9 +352,6 @@
 /******************************************************************************
   Sabotage an enemy unit.
 
-  - Can't sabotage a unit if:
-    - It's not the only unit on the square
-      (this is handled outside this function).
   - If successful, reduces hit points by half of those remaining.
 
   - The saboteur may be captured and executed, or escape to its home town.
@@ -445,8 +442,6 @@
   
   - Can't bribe a unit if:
     - Player doesn't have enough gold.
-    - It's not the only unit on the square
-      (this is handled outside this function).
   - Otherwise, the unit will be bribed.
 
   - A successful briber will try to move onto the victim's square.


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to