Added GCW flush with success bonus

This commit is contained in:
Treeku
2014-06-07 05:34:51 +01:00
parent 32c8e0792b
commit 82f618667f
+4
View File
@@ -462,6 +462,10 @@ public class GCWService implements INetworkDispatch {
PlayerObject player = (PlayerObject) actor.getSlottedObject("ghost");
int gcwBonus = actor.getSkillModBase("flush_with_success");
gcwPoints += ((gcwPoints * gcwBonus) / 100);
String planet = actor.getPlanet().getName();
String prefix = ((planet.startsWith("space")) ? (planet + "_space") : planet);