From: Michael Andreen Date: Sun, 4 Feb 2007 12:30:24 +0000 (+0000) Subject: export calcXp X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;h=8632250ce1c9cc692486e1f6eecd6994a95975f9;hp=a467e2e97def42fc7777d0270308c2b47aa022df;p=ndwebbie.git export calcXp --- diff --git a/ND/IRC/PA.pm b/ND/IRC/PA.pm index f1444a2..30e7fdc 100644 --- a/ND/IRC/PA.pm +++ b/ND/IRC/PA.pm @@ -28,7 +28,7 @@ require Exporter; our @ISA = qw/Exporter/; -our @EXPORT = qw/checkPlanet checkGal shipEff shipStop parseValue prettyValue/; +our @EXPORT = qw/checkPlanet checkGal shipEff shipStop parseValue prettyValue calcXp/; sub checkPlanet { my ($x,$y,$z,$intel) = @_;