From aacdcaad87f976c12e61c1505d64e9a6f44efb27 Mon Sep 17 00:00:00 2001 From: TheDavestDave <30513964+TheDavestDave@users.noreply.github.com> Date: Fri, 11 Jun 2021 06:08:58 +0100 Subject: [PATCH] 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 --- code/game/objects/items/weapons/material/material_armor.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/material/material_armor.dm b/code/game/objects/items/weapons/material/material_armor.dm index 96496d2f8f..b1c07bea1c 100644 --- a/code/game/objects/items/weapons/material/material_armor.dm +++ b/code/game/objects/items/weapons/material/material_armor.dm @@ -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