Merge pull request #10611 from VOREStation/upstream-merge-8123

[MIRROR] stops armour plate and armour plate inserts having the same name, and…
This commit is contained in:
Aronai Sieyes
2021-06-11 15:21:49 -04:00
committed by GitHub
@@ -288,7 +288,9 @@ Protectiveness | Armor %
/obj/item/weapon/material/armor_plating/insert
unbreakable = FALSE
name = "plate insert"
desc = "used to craft armor plates for a plate carrier. Trim with a welder for light armor or add a second for heavy armor"
/obj/item/weapon/material/armor_plating/attackby(var/obj/O, mob/user)
if(istype(O, /obj/item/stack/cable_coil))
var/obj/item/stack/cable_coil/S = O