There is an obscure little piece of code, in db.c, under init_char(), which sets all the person's stats to 25. It's suspected, then, that roll_real_abils() [which sets the stats] will be called *after* this. Obviously, the init_char() function needs to be down there, so, I suggest just putting a: if (GET_LEVEL(ch) >= LVL_GRGOD) { . . . . } Around the 'ch->real_abils.' lines in init_char(), db.c. Should work. -- Daniel Koepke dkoepke@california.com Forgive me father, for I am sin. +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST