From: Michael Andreen Date: Fri, 13 Apr 2007 15:23:08 +0000 (+0000) Subject: oops X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;ds=sidebyside;h=78b07c0a2aab8d21b6609c2c93fd2db5876c0d18;p=ndwebbie.git oops --- diff --git a/ND/Include.pm b/ND/Include.pm index b5bf757..257ae91 100644 --- a/ND/Include.pm +++ b/ND/Include.pm @@ -83,7 +83,6 @@ sub intel_log { sub pa_xp { my ($roids,$ascore,$avalue,$tscore,$tvalue) = @_; - print "@_"; my $bravery = (min(2,$tscore/$ascore)-0.6) * (min(2,$tvalue/$avalue)-0.4); return int(max($roids * 10 * $bravery,0))