> Easily enough done to subtract the savings every few levels:
>
> if (!(mod(GET_LEVEL(ch), 3)))
> for (i = 0; i < 5; i++)
> ch->saving_throw[i] -= 2;
>
Possibly first line should be
if (!(GET_LEVEL(ch) % 3))
-- 8/28/1998... maybe
.-------------------------------------------------------------.
| The Fractal Dimension -- "Nonexistent mud of the year"|
'-------------------------------------------------------------'
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST