Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: Show correct bodypart in grabs
Updates the message `The fat zombie grabs your right arm` so that the bodypart being used is the same bodypart that is used for the actual grab effect. Before, there could be cases where the message displayed a different bodypart than what was actually grabbed since `bp_id` might be changed by the call to `target->block_hit` after `do_grab` had completed.
- Loading branch information