From: Michael Andreen Date: Sun, 25 May 2008 09:32:31 +0000 (+0200) Subject: r26 feudalism, late commit X-Git-Url: https://ruin.nu/git/?p=NDIRC.git;a=commitdiff_plain;h=b4627003a631182a19be7fc36840208c59a18b2f r26 feudalism, late commit --- 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});