Re: Player Stats
Sandi Fallon <[email protected]> Tue, 24 May 2005 13:57:55 -0400
| Newsgroups | gmane.games.devel.mud.rom |
|---|---|
| Message-ID | <[email protected]> |
In handler.c: case APPLY_STR: ch->mod_stat[STAT_STR] += mod; break; change the '+= mod' to: = UMAX( 25, ch->mod_stat[STAT_STR] + mod) And of course, continue to do the same with the rest. However, I agree that it's questionable as to whether or not you should fix something that isn't broken. Wearing enough Str EQ so you don't drop your sword when you get poisoned is a time honored tactic among better players. Invalidate their hard earned wisdom and they'll leave in frustration. Sandi -- ROM mailing list [email protected] Unsubscribe here ->>> http://www.rom.org/cgi-bin/mailman/listinfo/rom