[NO GBP] You can no longer tear peoples arms off with non-killer clamps (#85333)

## About The Pull Request

I fucked up when fixing up the code. Oops

## Changelog
🆑
fix: You can no longer tear peoples arms off with non-killer clamps
/🆑
This commit is contained in:
SmArtKar
2024-07-29 16:20:17 +01:00
committed by GitHub
parent 5e466b827a
commit 76d6746c44
@@ -98,7 +98,7 @@
span_notice("[chassis] pushes you aside."))
return ..()
if(iscarbon(victim))//meme clamp here
if(iscarbon(victim) && killer_clamp)//meme clamp here
var/mob/living/carbon/carbon_victim = target
var/torn_off = FALSE
var/obj/item/bodypart/affected = carbon_victim.get_bodypart(BODY_ZONE_L_ARM)