stops armour plate and armour plate inserts having the same name, and examine text as each other (#8123)

armour plate and armour plate inserts have the same sprite, name, and examine text in game. I can fix two of  three things. You need to do stuff with amour plate inserts to make it fit in a plate carrier wile amour plate just will never fit
This commit is contained in:
TheDavestDave
2021-06-11 06:08:58 +01:00
committed by GitHub
parent 56880f1a65
commit aacdcaad87
@@ -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