Skip to content

Commit

Permalink
Fix elite bio-operator (#39516)
Browse files Browse the repository at this point in the history
  • Loading branch information
wapcaplet authored Apr 13, 2020
1 parent ffd3aca commit ec6b6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monattack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5242,7 +5242,7 @@ bool mattack::bio_op_impale( monster *z )
return true;
}

body_part hit = target->get_random_body_part();
body_part hit = target->get_random_body_part()->token;

t_dam = foe->deal_damage( z, hit, damage_instance( DT_STAB, dam ) ).total_damage();

Expand Down

0 comments on commit ec6b6b1

Please sign in to comment.