[Fluff] shit happens
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
@@ -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 |
@@ -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
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user