X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=PA.pm;fp=PA.pm;h=21183bcc16cfacf6043b022b041a18dfc99fcdab;hb=b4627003a631182a19be7fc36840208c59a18b2f;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});