Re: [NEWBIE][Code] Race Abilities

From: Robert Mattern (ironfist@texas.net)
Date: 12/15/02


> if(GET_RACE(ch) == RACE_DWARF) {
> affect_modify(ch, APPLY_NONE, 0, AFF_INFRAVISION, FALSE);
> affect_modify(ch, APPLY_DAMROLL, 1, 0, FALSE);
> affect_total(ch);
> }

I think that should be
    affect_modify(ch, APPLY_NONE, 0, AFF_INFRAVISION, TRUE);
instead of
    affect_modify(ch, APPLY_NONE, 0, AFF_INFRAVISION, FALSE);

at least thats how it worked on mine anyway :)

-RM

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT