Difference for doc/scripts/items-extract.pl from version 1.1 to 1.2


version 1.1 version 1.2
Line 126
 
Line 126
     if (/^name /) {      if (/^name /) {
  $name = substr($_, 6, 999999);   $name = substr($_, 6, 999999);
     }      }
     if (/^resist_([a-z]+) (\d+)/) {      if (/^resist_([a-z]+) (-*\d+)/) {
  if ($1 ne "physical") {   if ($1 ne "physical") {
      if ($2 > 0) { $n = "+$2"; } else {$n = "$2"; }       if ($2 > 0) { $n = "+$2"; } else {$n = "$2"; }
      if ($prot eq "") {       if ($prot eq "") {


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:43