Practices per level for Warriors/Thiefs

From: Sergio Ricardo Ferreira Macedo (macedo@magma.leg.ufrj.br)
Date: 06/08/94


	One player (warrior) asked me why, having him 18 Wis, he don't get 
more than 2 practices per level. I checked the code and find this:
(advance_level in limits.c)

[...]
   if (GET_CLASS(ch) == CLASS_MAGIC_USER || GET_CLASS(ch) == CLASS_CLERIC)
      SPELLS_TO_LEARN(ch) += MAX(2, wis_app[GET_WIS(ch)].bonus);
   else
      SPELLS_TO_LEARN(ch) += MIN(2, MAX(1, wis_app[GET_WIS(ch)].bonus));
			     ^^^^^
[...]

	Is this right ?  Isn't an injustice ?


		Sergio Macedo
		   or

		Desslar at magma.leg.ufrj.br 4000



This archive was generated by hypermail 2b30 : 12/07/00 PST