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