On Sun, Dec 15, 2002 at 10:10:06AM +0000, Robert Mattern wrote: >> 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 :) Yeah. All the affect_modify()'s should be TRUE instead of FALSE. -me -- +---------------------------------------------------------------+ | 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