X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=PA.pm;fp=PA.pm;h=2f708ec5b738b5ba2641bf11f50b0aa307096484;hb=b5ae63cf1f39a655a3e0d66d984920bb6055058c;hp=2cb498b6e0862f6b0aea3f632a876f449589cf99;hpb=955331b641004e0a344b9c0d031d19288641a78c;p=NDIRC.git 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:";