diff --git a/Content.Server/Database/UserDbDataManager.cs b/Content.Server/Database/UserDbDataManager.cs index c58c594dba..a82d72a299 100644 --- a/Content.Server/Database/UserDbDataManager.cs +++ b/Content.Server/Database/UserDbDataManager.cs @@ -21,7 +21,7 @@ public sealed class UserDbDataManager : IPostInjectInit { [Dependency] private readonly IServerPreferencesManager _prefs = default!; [Dependency] private readonly ILogManager _logManager = default!; - [Dependency] private readonly PlayTimeTrackingManager _playTimeTracking = default!; + [Dependency] private readonly IPlayTimeTrackingManager _playTimeTracking = default!; private readonly Dictionary _users = new(); diff --git a/Resources/Prototypes/Entities/Mobs/Species/slime.yml b/Resources/Prototypes/Entities/Mobs/Species/slime.yml index 9ffa388e54..1a42e56761 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/slime.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/slime.yml @@ -17,6 +17,7 @@ grid: - 0,0,1,2 maxItemSize: Large + clickInsert: false storageInsertSound: path: /Audio/Voice/Slime/slime_squish.ogg - type: ContainerContainer diff --git a/Resources/Prototypes/XenoArch/Effects/normal_effects.yml b/Resources/Prototypes/XenoArch/Effects/normal_effects.yml index eccb6d92c7..493f6dd840 100644 --- a/Resources/Prototypes/XenoArch/Effects/normal_effects.yml +++ b/Resources/Prototypes/XenoArch/Effects/normal_effects.yml @@ -253,7 +253,7 @@ - type: artifactEffect id: EffectRadiate - targetDepth: 1 + targetDepth: 4 effectHint: artifact-effect-hint-release components: - type: RadiationSource @@ -713,7 +713,7 @@ - type: artifactEffect id: EffectSingulo - targetDepth: 10 + targetDepth: 8 effectHint: artifact-effect-hint-destruction components: - type: SpawnArtifact @@ -723,7 +723,7 @@ - type: artifactEffect id: EffectTesla - targetDepth: 10 + targetDepth: 8 effectHint: artifact-effect-hint-destruction components: - type: SpawnArtifact