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:
@@ -147,7 +147,7 @@ put_saddle_on_mon(struct obj* saddle, struct monst* mtmp)
|
||||
mtmp->misc_worn_check |= W_SADDLE;
|
||||
saddle->owornmask = W_SADDLE;
|
||||
saddle->leashmon = mtmp->m_id;
|
||||
update_mon_intrinsics(mtmp, saddle, TRUE, FALSE);
|
||||
update_mon_extrinsics(mtmp, saddle, TRUE, FALSE);
|
||||
}
|
||||
|
||||
/*** Riding the monster ***/
|
||||
|
||||
Reference in New Issue
Block a user