Rename update_mon_intrinsics to ...extrinsics
There was a TODO about this; not exactly a great challenge but it feels
like a worthwhile change since the name was misleading. I also updated
the name of the do_intrinsics parameter of extract_from_minvent(worn.c),
since it was in a similar situation (and directly related, since it
controls whether to call update_mon_{in/ex}trinsics).
This commit is contained in:
@@ -3359,7 +3359,7 @@ extern struct obj *wearmask_to_obj(long);
|
||||
extern long wearslot(struct obj *);
|
||||
extern void mon_set_minvis(struct monst *);
|
||||
extern void mon_adjust_speed(struct monst *, int, struct obj *);
|
||||
extern void update_mon_intrinsics(struct monst *, struct obj *, boolean,
|
||||
extern void update_mon_extrinsics(struct monst *, struct obj *, boolean,
|
||||
boolean);
|
||||
extern int find_mac(struct monst *);
|
||||
extern void m_dowear(struct monst *, boolean);
|
||||
|
||||
Reference in New Issue
Block a user