Merge pull request #11035 from Citadel-Station-13/kevinz000-patch-11

fixes ctf claymores not spawning and buffs them to be armor pierce + less stamina
This commit is contained in:
Ghom
2020-02-13 16:42:10 +01:00
committed by GitHub
@@ -466,7 +466,9 @@
// MELEE GANG
/obj/item/claymore/ctf
slot_flags = SLOT_BACK
slot_flags = ITEM_SLOT_BACK
armour_penetration = 100
total_mass = 1
/obj/item/claymore/ctf/pre_attack(atom/target, mob/user, params)
if(!is_ctf_target(target))