mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
biden blast
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
/datum/martial_art/buster_style/can_use(mob/living/carbon/human/H)
|
||||
var/obj/item/bodypart/r_arm/robot/buster/R = H.get_bodypart(BODY_ZONE_R_ARM)
|
||||
var/obj/item/bodypart/l_arm/robot/buster/L = H.get_bodypart(BODY_ZONE_L_ARM)
|
||||
if(H.restrained() || H.get_active_held_item() || HAS_TRAIT(H, TRAIT_PACIFISM) || !(H.mobility_flags & MOBILITY_MOVE))
|
||||
if(H.restrained() || H.get_active_held_item() || HAS_TRAIT(H, TRAIT_PACIFISM) || !(H.mobility_flags & MOBILITY_MOVE) || H.stat != CONSCIOUS)
|
||||
for(var/atom/movable/K in thrown)
|
||||
thrown.Remove(K)
|
||||
walk(K,0)
|
||||
|
||||
Reference in New Issue
Block a user