mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 19:15:11 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user