Rename thief class to rogue

This commit is contained in:
kinther 2025-10-11 08:26:27 -07:00
parent bf52d5332e
commit d0708b4472
8 changed files with 39 additions and 39 deletions

View file

@ -155,7 +155,7 @@
#define CLASS_UNDEFINED (-1) /**< PC Class undefined */
#define CLASS_SORCEROR 0 /**< PC Class Sorceror */
#define CLASS_CLERIC 1 /**< PC Class Cleric */
#define CLASS_THIEF 2 /**< PC Class Thief */
#define CLASS_ROGUE 2 /**< PC Class Rogue */
#define CLASS_FIGHTER 3 /**< PC Class Fighter */
#define CLASS_BARBARIAN 4 /**< PC Class Barbarian */
#define CLASS_RANGER 5 /**< PC Class Ranger */
@ -433,7 +433,7 @@
#define ITEM_ANTI_NEUTRAL 11 /**< Not usable by neutral people */
#define ITEM_ANTI_SORCEROR 12 /**< Not usable by sorcerors */
#define ITEM_ANTI_CLERIC 13 /**< Not usable by clerics */
#define ITEM_ANTI_THIEF 14 /**< Not usable by thieves */
#define ITEM_ANTI_ROGUE 14 /**< Not usable by rogues */
#define ITEM_ANTI_FIGHTER 15 /**< Not usable by fighters */
#define ITEM_ANTI_BARBARIAN 16 /**< Not usable by barbarians */
#define ITEM_ANTI_RANGER 17 /**< Not usable by rangers */