diff --git a/Content.Server/Bible/BibleSystem.cs b/Content.Server/Bible/BibleSystem.cs index 6e7467483f..ae990ff80d 100644 --- a/Content.Server/Bible/BibleSystem.cs +++ b/Content.Server/Bible/BibleSystem.cs @@ -2,7 +2,7 @@ using Content.Server.Bible.Components; using Content.Server.Ghost.Roles.Components; using Content.Server.Ghost.Roles.Events; using Content.Server.Popups; -using Content.Server.White.Other.Lazy; +using Content.Server.White.Other.CustomFluffSystems.merkka; using Content.Shared.ActionBlocker; using Content.Shared.Actions; using Content.Shared.Bible; diff --git a/Content.Server/White/Other/Lazy/EarsSpawnComponent.cs b/Content.Server/White/Other/CustomFluffSystems/merkka/EarsSpawnComponent.cs similarity index 92% rename from Content.Server/White/Other/Lazy/EarsSpawnComponent.cs rename to Content.Server/White/Other/CustomFluffSystems/merkka/EarsSpawnComponent.cs index 021fed01b5..ef9210b845 100644 --- a/Content.Server/White/Other/Lazy/EarsSpawnComponent.cs +++ b/Content.Server/White/Other/CustomFluffSystems/merkka/EarsSpawnComponent.cs @@ -1,7 +1,7 @@ using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -namespace Content.Server.White.Other.Lazy; +namespace Content.Server.White.Other.CustomFluffSystems.merkka; [RegisterComponent] public sealed partial class EarsSpawnComponent : Component diff --git a/Content.Server/White/Other/Lazy/EarsSpawnSystem.cs b/Content.Server/White/Other/CustomFluffSystems/merkka/EarsSpawnSystem.cs similarity index 98% rename from Content.Server/White/Other/Lazy/EarsSpawnSystem.cs rename to Content.Server/White/Other/CustomFluffSystems/merkka/EarsSpawnSystem.cs index 5b6119109e..0b410e6072 100644 --- a/Content.Server/White/Other/Lazy/EarsSpawnSystem.cs +++ b/Content.Server/White/Other/CustomFluffSystems/merkka/EarsSpawnSystem.cs @@ -8,7 +8,7 @@ using Content.Shared.White.Events; using Robust.Server.GameObjects; using Robust.Shared.Player; -namespace Content.Server.White.Other.Lazy; +namespace Content.Server.White.Other.CustomFluffSystems.merkka; public sealed class EarsSpawnSystem : EntitySystem { diff --git a/Resources/Textures/White/Fluff/HSKveez/hope.rsi/equipped-NECK.png b/Resources/Textures/White/Fluff/HSKveez/hope.rsi/equipped-NECK.png index 04673e30c4..a793bb8213 100644 Binary files a/Resources/Textures/White/Fluff/HSKveez/hope.rsi/equipped-NECK.png and b/Resources/Textures/White/Fluff/HSKveez/hope.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/White/Fluff/HSKveez/hope.rsi/icon.png b/Resources/Textures/White/Fluff/HSKveez/hope.rsi/icon.png index bdbc898449..94d8f165ff 100644 Binary files a/Resources/Textures/White/Fluff/HSKveez/hope.rsi/icon.png and b/Resources/Textures/White/Fluff/HSKveez/hope.rsi/icon.png differ diff --git a/Resources/Textures/White/Fluff/HSKveez/hope.rsi/meta.json b/Resources/Textures/White/Fluff/HSKveez/hope.rsi/meta.json index a9524d2503..fcba7ab495 100644 --- a/Resources/Textures/White/Fluff/HSKveez/hope.rsi/meta.json +++ b/Resources/Textures/White/Fluff/HSKveez/hope.rsi/meta.json @@ -1,30 +1,50 @@ { - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon", - "delays": [ - [ - 0.5, - 0.5, - 0.5, - 0.5 - ] - ] + "version": 1, + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-NECK", - "directions": 1, - "delays": [ - [ - 0.1, - 0.1 - ] - ] - } - ] + "states": [ + { + "name": "icon", + "delays": [ + [ + 0.16, + 0.16, + 0.16, + 0.16 + ] + ] + }, + { + "name": "equipped-NECK", + "directions": 4, + "delays": [ + [ + 0.16, + 0.16, + 0.16, + 0.16 + ], + [ + 0.16, + 0.16, + 0.16, + 0.16 + ], + [ + 0.16, + 0.16, + 0.16, + 0.16 + ], + [ + 0.16, + 0.16, + 0.16, + 0.16 + ] + ] + } + ] }