From 8822d95b22cbe9cf7420c09ea3d88e66111c687e Mon Sep 17 00:00:00 2001 From: ThereDrD0 <88589686+ThereDrD0@users.noreply.github.com> Date: Thu, 15 Feb 2024 08:38:08 +0300 Subject: [PATCH] fix: fix rsi path (#75) --- .../Prototypes/White/Entities/Clothing/Neck/necklace.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/White/Entities/Clothing/Neck/necklace.yml b/Resources/Prototypes/White/Entities/Clothing/Neck/necklace.yml index 36673f121e..d9d58611e3 100644 --- a/Resources/Prototypes/White/Entities/Clothing/Neck/necklace.yml +++ b/Resources/Prototypes/White/Entities/Clothing/Neck/necklace.yml @@ -5,7 +5,7 @@ description: It shines components: - type: Sprite - sprite: White\Clothing\Neck\gold-cross.rsi + sprite: White/Clothing/Neck/gold-cross.rsi - type: entity parent: ClothingNeckBase @@ -14,7 +14,7 @@ description: It shines components: - type: Sprite - sprite: White\Clothing\Neck\silver-cross.rsi + sprite: White/Clothing/Neck/silver-cross.rsi - type: entity parent: ClothingNeckBase @@ -23,7 +23,7 @@ description: It shines components: - type: Sprite - sprite: White\Clothing\Neck\tech-necklace.rsi + sprite: White/Clothing/Neck/tech-necklace.rsi - type: entity parent: ClothingNeckBase @@ -32,4 +32,4 @@ description: It shines components: - type: Sprite - sprite: White\Clothing\Neck\unholy-necklace.rsi + sprite: White/Clothing/Neck/unholy-necklace.rsi