From 7ac03a54e437a788992573f6f4a6eb006f8a8f2c Mon Sep 17 00:00:00 2001 From: Deserty0 Date: Thu, 4 Sep 2025 01:47:14 +1000 Subject: [PATCH] fix --- .../Tools/{fishing_rods.yml => fishing_rod.yml} | 2 +- .../{Fishing => Tools}/fishing_rod.rsi/icon.png | Bin .../fishing_rod.rsi/inhand-left.png | Bin .../fishing_rod.rsi/inhand-right.png | Bin .../{Fishing => Tools}/fishing_rod.rsi/meta.json | 0 .../Objects/{Fishing => Tools}/float.rsi/1.png | Bin .../Objects/{Fishing => Tools}/float.rsi/2.png | Bin .../Objects/{Fishing => Tools}/float.rsi/3.png | Bin .../Objects/{Fishing => Tools}/float.rsi/4.png | Bin 9 files changed, 1 insertion(+), 1 deletion(-) rename Resources/Prototypes/_CP14/Entities/Objects/Tools/{fishing_rods.yml => fishing_rod.yml} (95%) rename Resources/Textures/_CP14/Objects/{Fishing => Tools}/fishing_rod.rsi/icon.png (100%) rename Resources/Textures/_CP14/Objects/{Fishing => Tools}/fishing_rod.rsi/inhand-left.png (100%) rename Resources/Textures/_CP14/Objects/{Fishing => Tools}/fishing_rod.rsi/inhand-right.png (100%) rename Resources/Textures/_CP14/Objects/{Fishing => Tools}/fishing_rod.rsi/meta.json (100%) rename Resources/Textures/_CP14/Objects/{Fishing => Tools}/float.rsi/1.png (100%) rename Resources/Textures/_CP14/Objects/{Fishing => Tools}/float.rsi/2.png (100%) rename Resources/Textures/_CP14/Objects/{Fishing => Tools}/float.rsi/3.png (100%) rename Resources/Textures/_CP14/Objects/{Fishing => Tools}/float.rsi/4.png (100%) diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Tools/fishing_rods.yml b/Resources/Prototypes/_CP14/Entities/Objects/Tools/fishing_rod.yml similarity index 95% rename from Resources/Prototypes/_CP14/Entities/Objects/Tools/fishing_rods.yml rename to Resources/Prototypes/_CP14/Entities/Objects/Tools/fishing_rod.yml index cc84124cb1..9f844776c9 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Tools/fishing_rods.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Tools/fishing_rod.yml @@ -9,7 +9,7 @@ shape: - 0,0,0,1 - type: Sprite - sprite: _CP14\Objects\Fishing\fishing_rod.rsi + sprite: _CP14/Objects/Tools/fishing_rod.rsi state: icon - type: Damageable damageContainer: Inorganic diff --git a/Resources/Textures/_CP14/Objects/Fishing/fishing_rod.rsi/icon.png b/Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/icon.png similarity index 100% rename from Resources/Textures/_CP14/Objects/Fishing/fishing_rod.rsi/icon.png rename to Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/icon.png diff --git a/Resources/Textures/_CP14/Objects/Fishing/fishing_rod.rsi/inhand-left.png b/Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/_CP14/Objects/Fishing/fishing_rod.rsi/inhand-left.png rename to Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/inhand-left.png diff --git a/Resources/Textures/_CP14/Objects/Fishing/fishing_rod.rsi/inhand-right.png b/Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/_CP14/Objects/Fishing/fishing_rod.rsi/inhand-right.png rename to Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/inhand-right.png diff --git a/Resources/Textures/_CP14/Objects/Fishing/fishing_rod.rsi/meta.json b/Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/meta.json similarity index 100% rename from Resources/Textures/_CP14/Objects/Fishing/fishing_rod.rsi/meta.json rename to Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/meta.json diff --git a/Resources/Textures/_CP14/Objects/Fishing/float.rsi/1.png b/Resources/Textures/_CP14/Objects/Tools/float.rsi/1.png similarity index 100% rename from Resources/Textures/_CP14/Objects/Fishing/float.rsi/1.png rename to Resources/Textures/_CP14/Objects/Tools/float.rsi/1.png diff --git a/Resources/Textures/_CP14/Objects/Fishing/float.rsi/2.png b/Resources/Textures/_CP14/Objects/Tools/float.rsi/2.png similarity index 100% rename from Resources/Textures/_CP14/Objects/Fishing/float.rsi/2.png rename to Resources/Textures/_CP14/Objects/Tools/float.rsi/2.png diff --git a/Resources/Textures/_CP14/Objects/Fishing/float.rsi/3.png b/Resources/Textures/_CP14/Objects/Tools/float.rsi/3.png similarity index 100% rename from Resources/Textures/_CP14/Objects/Fishing/float.rsi/3.png rename to Resources/Textures/_CP14/Objects/Tools/float.rsi/3.png diff --git a/Resources/Textures/_CP14/Objects/Fishing/float.rsi/4.png b/Resources/Textures/_CP14/Objects/Tools/float.rsi/4.png similarity index 100% rename from Resources/Textures/_CP14/Objects/Fishing/float.rsi/4.png rename to Resources/Textures/_CP14/Objects/Tools/float.rsi/4.png