Make STEED unconditional.
This commit is contained in:
@@ -68,12 +68,8 @@
|
||||
#define P_BARE_HANDED_COMBAT 36 /* actually weaponless; gloves are ok */
|
||||
#define P_MARTIAL_ARTS P_BARE_HANDED_COMBAT /* Role distinguishes */
|
||||
#define P_TWO_WEAPON_COMBAT 37 /* Finally implemented */
|
||||
#ifdef STEED
|
||||
#define P_RIDING 38 /* How well you control your steed */
|
||||
#define P_LAST_H_TO_H P_RIDING
|
||||
#else
|
||||
#define P_LAST_H_TO_H P_TWO_WEAPON_COMBAT
|
||||
#endif
|
||||
#define P_FIRST_H_TO_H P_BARE_HANDED_COMBAT
|
||||
|
||||
#define P_NUM_SKILLS (P_LAST_H_TO_H+1)
|
||||
|
||||
Reference in New Issue
Block a user