From d3a5d232acbb6aa803bf01013650730efc87fca4 Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Mon, 27 Jan 2025 18:42:44 +0300 Subject: [PATCH] Update blacksmith.yml --- .../_CP14/Entities/Objects/Keys/blacksmith.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Keys/blacksmith.yml b/Resources/Prototypes/_CP14/Entities/Objects/Keys/blacksmith.yml index b0f194fe0b..d2badc2260 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Keys/blacksmith.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Keys/blacksmith.yml @@ -12,4 +12,12 @@ suffix: Blacksmith 1 components: - type: CP14Key - autoGenerateShape: Blacksmith1 \ No newline at end of file + autoGenerateShape: Blacksmith1 + +- type: entity + parent: CP14BaseKey + id: CP14KeyBlacksmith2 + suffix: Blacksmith 2 + components: + - type: CP14Key + autoGenerateShape: Blacksmith2 \ No newline at end of file