mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-23 12:01:45 +01:00
Fixed MEDIT_SEX, typos, socials, and added char_from_furniture check --Rumble
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user