[ogs-changes] dist/java/ogs/core Ability.java,1.4,1.5
Status: Alpha
Brought to you by:
elemings
|
From: <ele...@us...> - 2003-04-18 20:40:21
|
Update of /cvsroot/ogs/dist/java/ogs/core
In directory sc8-pr-cvs1:/tmp/cvs-serv24317/ogs/core
Modified Files:
Ability.java
Log Message:
Doc fixes.
Index: Ability.java
===================================================================
RCS file: /cvsroot/ogs/dist/java/ogs/core/Ability.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Ability.java 4 Apr 2003 20:22:50 -0000 1.4
--- Ability.java 18 Apr 2003 20:39:47 -0000 1.5
***************
*** 61,65 ****
*
* @see Defense
! * @see Saves::ref
*/
public static final byte DEX = 2;
--- 61,65 ----
*
* @see Defense
! * @see Saves
*/
public static final byte DEX = 2;
***************
*** 69,73 ****
* modifier is added to hit die rolls and Fortitude saving throws.
*
! * @see Saves::fort
*/
public static final byte CON = 3;
--- 69,73 ----
* modifier is added to hit die rolls and Fortitude saving throws.
*
! * @see Saves
*/
public static final byte CON = 3;
***************
*** 80,84 ****
* modifier is added to all Will saving throws.
*
! * @see Saves::will
*/
public static final byte WIS = 5;
--- 80,84 ----
* modifier is added to all Will saving throws.
*
! * @see Saves
*/
public static final byte WIS = 5;
|