[ogs-changes] dist/c++/ogs/core Feat.h,1.5,1.6
Status: Alpha
Brought to you by:
elemings
|
From: <ele...@us...> - 2003-03-25 08:12:35
|
Update of /cvsroot/ogs/dist/c++/ogs/core
In directory sc8-pr-cvs1:/tmp/cvs-serv5846
Modified Files:
Feat.h
Log Message:
Minor doc updates.
Index: Feat.h
===================================================================
RCS file: /cvsroot/ogs/dist/c++/ogs/core/Feat.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Feat.h 25 Mar 2003 06:13:11 -0000 1.5
--- Feat.h 25 Mar 2003 08:12:27 -0000 1.6
***************
*** 76,81 ****
/**
! * A general-purpose feat. General feats are feats that do not
! * fall into one of the other groups.
*/
GENERAL = 0,
--- 76,82 ----
/**
! * A general-purpose feat. General feats are feats that can be
! * used by all creatures and cclasses or apply to many different
! * situations.
*/
GENERAL = 0,
***************
*** 98,101 ****
--- 99,104 ----
/**
* A feat that does not belong to one of the other groups.
+ * Special feats are feats that can only be selected only by
+ * particular cclasses or creatures or used in certain situations.
*/
SPECIAL = 3,
|