From 777eeb18d05d7989e9cb8a447741212945a9f167 Mon Sep 17 00:00:00 2001 From: Luke <153916703+6SpadesLuke@users.noreply.github.com> Date: Thu, 21 Nov 2024 02:41:37 -0800 Subject: [PATCH] Training sword fix Makes the training sword craftable and gave it a brief description --- .../_Nuclear14/Entities/Objects/Weapons/Melee/baton-club.yml | 1 + .../_Nuclear14/Entities/Structures/Misc/craftingbenches.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/Resources/Prototypes/_Nuclear14/Entities/Objects/Weapons/Melee/baton-club.yml b/Resources/Prototypes/_Nuclear14/Entities/Objects/Weapons/Melee/baton-club.yml index 7408e4c121..aabab71858 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Objects/Weapons/Melee/baton-club.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Objects/Weapons/Melee/baton-club.yml @@ -78,6 +78,7 @@ - type: entity name: training sword + description: A crude wooden sword used for training in melee combat. parent: BaseItem id: N14TrainingSword components: diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/craftingbenches.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/craftingbenches.yml index 9395a23143..c3aaad75f4 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/craftingbenches.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/craftingbenches.yml @@ -60,6 +60,7 @@ - N14WastelandSpear - N14WastelandTribalJavelin - N14BrassKnife + - N14TrainingSword - type: entity parent: N14WorkbenchBase