Removed oedit delete option. --Rumble

This commit is contained in:
Rumble
2010-02-13 04:11:14 +00:00
parent 7af7f1d8fa
commit 47cf664310
4 changed files with 6 additions and 7 deletions

View File

@@ -1067,7 +1067,7 @@ void medit_autoroll_stats(struct descriptor_data *d)
mob_lev = GET_LEVEL(OLC_MOB(d));
mob_lev = GET_LEVEL(OLC_MOB(d)) = LIMIT(mob_lev, 1, LVL_IMPL);
GET_MOVE(OLC_MOB(d)) = mob_lev*10; /* hit point bonus */
GET_MOVE(OLC_MOB(d)) = mob_lev*10; /* hit point bonus (mobs don't use movement points */
GET_HIT(OLC_MOB(d)) = mob_lev/5; /* number of hitpoint dice */
GET_MANA(OLC_MOB(d)) = mob_lev/5; /* size of hitpoint dice */