When i add characters to the Nick's windows port of Smaug for some reason it says,"Damn you heathen, go forth and do evil or face the consequences!" and then after awhile makes the character drowsy and it gets worse until the character falls asleep. Can anyone tell me how to stop this problem.
Adding Characters
Posted by Kenshin Himura on Sun 11 May 2003 05:11 AM — 2 posts, 10,289 views.
The relevant code seems to be here:
Maybe make a different class?
/* Nephandi alignment restrictions -h */
if(ch->class == CLASS_NEPHANDI){
if(ch->alignment>-250){
set_char_color( AT_BLOOD, ch );
send_to_char( "Damn you heathen! Go forth and do evil or suffer the consequences!\n\r", ch );
worsen_mental_state( ch, 35 );
return;
}
}
Maybe make a different class?