~nckmccnnll/faangband/trunk

« back to all changes in this revision

Viewing changes to src/xtra1.c

  • Committer: Nick McConnell
  • Date: 2010-12-07 08:09:49 UTC
  • mfrom: (125.1.16 bug-fix)
  • Revision ID: nckmccnnll@yahoo.com.au-20101207080949-x6pnlwvotoa83r0i
Bugfixes from LostTemplar

Show diffs side-by-side

added added

removed removed

Lines of Context:
3903
3903
  /* Limit Skill -- stealth from 0 to 30 */
3904
3904
  if (p_ptr->skill_stl > 30) p_ptr->skill_stl = 30;
3905
3905
  if (p_ptr->skill_stl < 0) p_ptr->skill_stl = 0;
 
3906
 
 
3907
  /* No negative infravision */
 
3908
  if (p_ptr->see_infra < 0) p_ptr->see_infra = 0;
3906
3909
  
3907
3910
  /*** Special Saving Throw boosts are calculated after other bonuses ***/
3908
3911