mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user