On Sun, 25 Oct 1998, Christopher Avans wrote:
> A stock bug a lower level god can switch into a higher level god if he
>is linkdead. After this line...
>
>else if ((GET_LEVEL(ch) < LVL_GRGOD) && !IS_NPC(victim))
> send_to_char("You aren't holy enough to use a mortal's body.\r\n", ch);
>+else if ((GET_LEVEL(ch) < GET_LEVEL(victim))
>+ send_to_char("You WISHED.\r\n",ch);
> else {
> send_to_char(OK, ch);
It's not a stock bug.
else if ((GET_LEVEL(ch) < LVL_IMPL) && !IS_NPC(victim))
send_to_char("You aren't holy enough to use a mortal's body.\r\n", ch);
else {
--
George Greer, greerga@circlemud.org | Genius may have its limitations, but
http://mouse.van.ml.org/ (mostly) | stupidity is not thus handicapped.
http://www.van.ml.org/CircleMUD/ | -- Elbert Hubbard
+------------------------------------------------------------+
| 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