forked from kyonshi/grenzland-mud
[Dec 17 2009] - Rumble
standardized /n/r to /r/n in ibt.c Removed ability to set a modifier to obj apply NONE.
This commit is contained in:
@@ -1081,7 +1081,7 @@ void oedit_parse(struct descriptor_data *d, char *arg)
|
||||
return;
|
||||
|
||||
case OEDIT_APPLY:
|
||||
if ((number = atoi(arg)) == 0) {
|
||||
if (((number = atoi(arg)) == 0) || ((number = atoi(arg)) == 1)) {
|
||||
OLC_OBJ(d)->affected[OLC_VAL(d)].location = 0;
|
||||
OLC_OBJ(d)->affected[OLC_VAL(d)].modifier = 0;
|
||||
oedit_disp_prompt_apply_menu(d);
|
||||
|
||||
Reference in New Issue
Block a user