fix for SCMD_THAW

From: Phillip A. Ames (kirk47@JUNO.COM)
Date: 09/24/98


Here's a real quick fix I made up for bpl14...  It doesn't allow a
character to thaw themselves, useful if you freeze a person of the same
level...  Just add the if (ch == vict) chunk below and it should prevent
that from happening.

    case SCMD_THAW:
      if (!PLR_FLAGGED(vict, PLR_FROZEN)) {
        send_to_char("Sorry, your victim is not morbidly encased in ice
at the moment.\r\n", ch);
        return;
      }
  if (ch == vict){
          send_to_char("Hah! Nice try....", ch);
        return;
  }

-Phillip


Phillip Ames    | Satisfaction is not guaranteed.
kirk47@juno.com | -Ferengi Rule of Acquisition #19
ICQ: 8778335    | AOL IM: Grathol
http://members.xoom.com/Gowron/index.html(Unfinished)

___________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
Or call Juno at (800) 654-JUNO [654-5866]


     +------------------------------------------------------------+
     | 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