X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;ds=sidebyside;f=PA.pm;h=21183bcc16cfacf6043b022b041a18dfc99fcdab;hb=a3c33971c0600755b8edaa7d1a675a25b89a3126;hp=43e8e45c74ff5bf9cc0653d366485cfd6a03ded6;hpb=474115c110e67e05dd2cf15dd7745570d9bc7bb7;p=NDIRC.git diff --git a/PA.pm b/PA.pm index 43e8e45..21183bc 100644 --- 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});