Difference for doc/playbook-html/treas2-extract from version 1.1 to 1.2


version 1.1 version 1.2
Line 15
 
Line 15
  ignoreitem["priest_skills"] = 1;   ignoreitem["priest_skills"] = 1;
  ignoreitem["fighter_skills"] = 1;   ignoreitem["fighter_skills"] = 1;
  ignoreitem["random_knowledge"] = 1;   ignoreitem["random_knowledge"] = 1;
    ignoreitem["player_force"] = 1;
  ignoreitem["nrof"] = 1;   ignoreitem["nrof"] = 1;
    ignoreitem["no_class_face_change"] = 1;
   
  plural["arrow"] = 1;   plural["arrow"] = 1;
   
Line 52
 
Line 54
  continue;    continue;
    }      }
    if($2 ~ "^skill") continue;     if($2 ~ "^skill") continue;
      if($2 ~ "force$") continue;
    if($2 in ignoreitem) continue;     if($2 in ignoreitem) continue;
    equip = $2;     equip = $2;
    if(equip in plural) equip = sprintf("%ss",equip);      if(equip in plural) equip = sprintf("%ss",equip);


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:47