From bab794e68f90ca8d1b8bfec5ae43b915f5a3f84e Mon Sep 17 00:00:00 2001 From: VideoKompany <135313844+SpyDev14@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:37:36 +0400 Subject: [PATCH] Added 'arrow' to the names of the arrowheads (#964) Co-authored-by: VideoKompany <135313844+VlaDOS1408@users.noreply.github.com> --- .../_CP14/Entities/Objects/ModularTools/Tip/arrows.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/_CP14/Entities/Objects/ModularTools/Tip/arrows.yml b/Resources/Prototypes/_CP14/Entities/Objects/ModularTools/Tip/arrows.yml index ccfa0b6647..eb63f945c8 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/ModularTools/Tip/arrows.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/ModularTools/Tip/arrows.yml @@ -12,7 +12,7 @@ - type: entity parent: CP14ModularBladeTipBase id: CP14ModularTipIronArrow - name: iron tip + name: iron arrow tip components: - type: Sprite sprite: _CP14/Objects/ModularTools/Tip/arrow.rsi @@ -28,7 +28,7 @@ - type: entity parent: CP14ModularBladeTipBase id: CP14ModularTipGoldArrow - name: golden tip + name: golden arrow tip components: - type: Sprite sprite: _CP14/Objects/ModularTools/Tip/arrow.rsi @@ -45,7 +45,7 @@ - type: entity parent: CP14ModularBladeTipBase id: CP14ModularTipCopperArrow - name: copper tip + name: copper arrow tip components: - type: Sprite sprite: _CP14/Objects/ModularTools/Tip/arrow.rsi @@ -62,7 +62,7 @@ - type: entity parent: CP14ModularBladeTipBase id: CP14ModularTipMithrilArrow - name: mithril tip + name: mithril arrow tip components: - type: Sprite sprite: _CP14/Objects/ModularTools/Tip/arrow.rsi