On Sat, 13 Jun 1998, Quinn ShadowStalker wrote:
{
SET_BIT(PLR_FLAGS(ch), PLR_MUTANT);
GET_MAX_MANA(ch) += 500; <***
GET_MAX_HIT(ch) += 500; <***
GET_MAX_MOVE(ch) += 500; <***
GET_MANA(ch) = GET_MAX_MANA(ch);
GET_HIT(ch) = GET_MAX_HIT(ch);
GET_MOVE(ch) = GET_MAX_MOVE(ch);
send_to_char("You have been mutated - or whatever\r\n", ch);
}
Acido - dvMUD
+------------------------------------------------------------+
| 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