Fixed MEDIT_SEX, typos, socials, and added char_from_furniture check --Rumble

This commit is contained in:
Rumble
2009-07-26 21:16:20 +00:00
parent b3f404c29c
commit f9f356823f
7 changed files with 44 additions and 21 deletions

View File

@@ -874,8 +874,7 @@ void medit_parse(struct descriptor_data *d, char *arg)
case MEDIT_SEX:
GET_SEX(OLC_MOB(d)) = LIMIT(i, 0, NUM_GENDERS - 1);
medit_disp_stats_menu(d);
return;
break;
case MEDIT_HITROLL:
GET_HITROLL(OLC_MOB(d)) = LIMIT(i, 0, 50);