/************************************************************ /************************************************************ * file: limits.h , Limit/Gain control module Pa | * MEDIEVIA CyberSpace Code and Data files * Usage: declaration of title type | * Copyright (C) 1992, 1995 INTENSE Software(tm) and Mik * Copyright (C) 1990, 1991 - see 'license.doc' for complete | * All rights reserved * | ************************************************************* * Copyright (C) 1992, 1993 Michael Chastain, Michael Quan, < * Performance optimization and bug fixes by MERC Industries < * You can use our stuff in any way you like whatsoever so l < * copyright notice remains intact. If you like it please d < * to mec@garnet.berkeley.edu. < * < * This is free software and you are benefitting. We hope t < * share your changes too. What goes around, comes around. < ************************************************************ < /* Public Procedures */ /* Public Procedures */ int mana_limit(struct char_data *ch); int mana_limit(struct char_data *ch); int hit_limit(struct char_data *ch); int hit_limit(struct char_data *ch); int move_limit(struct char_data *ch); int move_limit(struct char_data *ch); struct title_type struct title_type { { char *title_m; char *title_m; char *title_f; char *title_f; int exp; int exp; }; };