Chest -> Torso Targeting Fixes

This commit is contained in:
Novacat
2022-05-08 21:07:08 -04:00
committed by CHOMPStation2
parent 0ccf97a237
commit 24aa127d67
6 changed files with 33 additions and 18 deletions

View File

@@ -206,7 +206,7 @@
var/obj/item/organ/external/E
var/nopain
if(ishuman(victim) && user.zone_sel.selecting != "groin" && user.zone_sel.selecting != "chest")
if(ishuman(victim) && user.zone_sel.selecting != BP_GROIN && user.zone_sel.selecting != BP_TORSO)
var/mob/living/carbon/human/H = victim
E = H.get_organ(user.zone_sel.selecting)
if(!E || E.species.flags & NO_PAIN)