Move encumbrance calculation functions into cPlayer

This commit is contained in:
2019-11-24 13:37:54 -05:00
parent 060be4dd42
commit 3302dd68b7
9 changed files with 42 additions and 44 deletions

View File

@@ -35,5 +35,4 @@ void record_monst(cCreature* which_m, bool forced=false);
short place_monster(mon_num_t which,location where,bool forced=false);
bool summon_monster(mon_num_t which,location where,short duration,eAttitude given_attitude,bool by_party);
void activate_monsters(short code,short attitude);
short get_encumbrance(short pc_num);
mon_num_t get_summon_monster(short summon_class);