From: Michael Andreen Date: Mon, 10 Sep 2007 20:25:09 +0000 (+0200) Subject: production cost is 15% lower for feudalism X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;h=b5ae63cf1f39a655a3e0d66d984920bb6055058c;p=NDIRC.git production cost is 15% lower for feudalism --- diff --git a/PA.pm b/PA.pm index 2cb498b..2f708ec 100644 --- a/PA.pm +++ b/PA.pm @@ -109,7 +109,7 @@ FROM ship_stats WHERE name ILIKE ? if (defined $value){ $amount = int(($value*100/$ship[4])); - $feud = '(FEUD: '.prettyValue(int($amount/0.80)).') '; + $feud = '(FEUD: '.prettyValue(int($amount/0.85)).') '; } $value = prettyValue(($amount*$ship[4]/100)); my $text = prettyValue($amount)." $feud $ship[0] ($ship[5]:$value) will $type:"; @@ -166,7 +166,7 @@ FROM ship_stats WHERE name ILIKE ? if (defined $value){ $amount = int(($value*100/$ship[4])); - $feud = '(FEUD: '.prettyValue(int($amount/0.80)).') '; + $feud = '(FEUD: '.prettyValue(int($amount/0.85)).') '; } $value = prettyValue(($amount*$ship[4]/100)); my $text = "To stop $amount $feud $ship[0] ($ship[5]:$value) you need:";