]> ruin.nu Git - NDIRC.git/commitdiff
r26 feudalism, late commit
authorMichael Andreen <harv@ruin.nu>
Sun, 25 May 2008 09:32:31 +0000 (11:32 +0200)
committerMichael Andreen <harv@ruin.nu>
Sun, 25 May 2008 09:32:31 +0000 (11:32 +0200)
PA.pm

diff --git a/PA.pm b/PA.pm
index 43e8e45c74ff5bf9cc0653d366485cfd6a03ded6..21183bcc16cfacf6043b022b041a18dfc99fcdab 100644 (file)
--- a/PA.pm
+++ b/PA.pm
@@ -113,7 +113,7 @@ sub shipEff {
        if ($s){
                if (defined $value){
                        $amount = int(($value*100/$s->{cost}));
-                       $feud = '(FEUD: '.prettyValue(int($amount/0.85)).') ';
+                       $feud = '(FEUD: '.prettyValue(int($amount/0.86)).') ';
                }
                $value = prettyValue(($amount*$s->{cost}/100));
                my $name = shipColor($s->{name},$s->{type});