On Sat, 14 Dec 1996, Yoink! wrote:
> Hmmm....
>
> send_to_char("Okay, you'll try to move silently for a while.\r\n", ch);
> if (IS_AFFECTED(ch, AFF_SNEAK))
> affect_from_char(ch, SKILL_SNEAK);
>
> if (IS_AFFECTED(ch, AFF_SNEAK)) {
> affect_from_char(ch, SKILL_SNEAK);
> send_to_char("Everyone around you now notices your presence.\r\n", ch);
> return;
> }
>
> send_to_char("Okay, you'll try to move silently for a while.\r\n", ch);
> percent = number(1, 101); /* 101% is a complete failure */
it was always my impression that this isn't a bug, rather, to keep you
from actually KNOWING if you're sneaking or not...
Brazil
+-----------------------------------------------------------+
| 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