mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-25 05:36:33 +01:00
Remove practice command, add skills command, remove guild special room assignment
This commit is contained in:
parent
31e46e739d
commit
5a19b015e3
11 changed files with 27 additions and 139 deletions
|
|
@ -558,8 +558,6 @@ do \
|
|||
#define GET_COND(ch, i) CHECK_PLAYER_SPECIAL((ch), ((ch)->player_specials->saved.conditions[(i)]))
|
||||
/** The room to load player ch into. */
|
||||
#define GET_LOADROOM(ch) CHECK_PLAYER_SPECIAL((ch), ((ch)->player_specials->saved.load_room))
|
||||
/** Number of skill practice sessions remaining for ch. */
|
||||
#define GET_PRACTICES(ch) CHECK_PLAYER_SPECIAL((ch), ((ch)->player_specials->saved.spells_to_learn))
|
||||
/** Current invisibility level of ch. */
|
||||
#define GET_INVIS_LEV(ch) CHECK_PLAYER_SPECIAL((ch), ((ch)->player_specials->saved.invis_level))
|
||||
/** Current wimpy level of ch. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue