From b4627003a631182a19be7fc36840208c59a18b2f Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sun, 25 May 2008 11:32:31 +0200 Subject: [PATCH] r26 feudalism, late commit --- PA.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}); -- 2.39.2