From fa7b02fa33ad6e67285933f31c29ce7d55648b5a Mon Sep 17 00:00:00 2001 From: ThereDrD <88589686+ThereDrD0@users.noreply.github.com> Date: Sun, 25 Aug 2024 10:37:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=D1=8B=20=D0=B0=D0=BF?= =?UTF-8?q?=D1=81=D1=82=D1=80=D0=B8=D0=BC=D0=B0=202=20(#665)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * increase radiation effect cost for artifacts * less points for singulo and tesla spawn effect * fix playtime * fix slime storage * fix wrong arms position --- Content.Server/Database/UserDbDataManager.cs | 2 +- Resources/Prototypes/Entities/Mobs/Species/slime.yml | 1 + Resources/Prototypes/XenoArch/Effects/normal_effects.yml | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) 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