[Fluff] shit happens

This commit is contained in:
rhailrake
2023-05-11 07:08:04 +06:00
committed by Aviu00
parent 0670a06e4c
commit 5c7b219f16
6 changed files with 50 additions and 30 deletions

View File

@@ -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;

View File

@@ -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

View File

@@ -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
{

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 B

After

Width:  |  Height:  |  Size: 616 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 552 B

After

Width:  |  Height:  |  Size: 584 B

View File

@@ -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
]
]
}
]
}