- Posts: 65
- Thank you received: 8
Please Log in or Create an account to join the conversation.
bakarus wrote: the line in spec_procs.c:316 is this code block
Code:310 if (!(obj == get_obj_in_list_vis(ch, buf, NULL, ch->carrying))) 311 { 312 send_to_char(ch, "You don't have that!\r\n"); 313 return (TRUE); 314 } 315 if (GET_OBJ_TYPE(obj) != ITEM_STAFF && 316 GET_OBJ_TYPE(obj) != ITEM_WAND) 317 { 318 send_to_char(ch, "Are you daft! You can't recharge that!\r\n"); 320 return (TRUE); 321 }
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
tbaMUD © 2024