diff --git a/Content.Server/Chapel/SacrificialAltarSystem.cs b/Content.Server/Chapel/SacrificialAltarSystem.cs index f674f263f7a..5da653c8532 100644 --- a/Content.Server/Chapel/SacrificialAltarSystem.cs +++ b/Content.Server/Chapel/SacrificialAltarSystem.cs @@ -48,7 +48,7 @@ private void OnDoAfter(Entity ent, ref SacrificeDoAft _adminLogger.Add(LogType.Action, LogImpact.Extreme, $"{ToPrettyString(args.Args.User):player} sacrificed {ToPrettyString(target):target} on {ToPrettyString(ent):altar}"); // lower glimmer by a random amount - _glimmer.Glimmer -= (int) (ent.Comp.GlimmerReduction * psionic.CurrentAmplification); + _glimmer.Glimmer -= (int) ((ent.Comp.GlimmerReduction * psionic.CurrentAmplification) * 2); if (ent.Comp.RewardPool is not null && _random.Prob(ent.Comp.BaseItemChance * psionic.CurrentDampening)) { diff --git a/Content.Shared/Chapel/SacrificialAltarComponent.cs b/Content.Shared/Chapel/SacrificialAltarComponent.cs index c3db338861d..3a50009df46 100644 --- a/Content.Shared/Chapel/SacrificialAltarComponent.cs +++ b/Content.Shared/Chapel/SacrificialAltarComponent.cs @@ -35,7 +35,7 @@ public sealed partial class SacrificialAltarComponent : Component /// Base amount to reduce glimmer by, multiplied by the victim's Amplification stat. /// [DataField] - public float GlimmerReduction = 25; + public float GlimmerReduction = 35; [DataField] public List>? RewardPool; diff --git a/Resources/Textures/Logo/logo..png b/Resources/Textures/Logo/logo..png new file mode 100644 index 00000000000..67b8fc4cc87 Binary files /dev/null and b/Resources/Textures/Logo/logo..png differ diff --git a/Resources/Textures/Logo/logo.png b/Resources/Textures/Logo/logo.png index 67b8fc4cc87..d928c310d27 100644 Binary files a/Resources/Textures/Logo/logo.png and b/Resources/Textures/Logo/logo.png differ diff --git a/Resources/Textures/Logo/splashlogo...png b/Resources/Textures/Logo/splashlogo...png new file mode 100644 index 00000000000..67b8fc4cc87 Binary files /dev/null and b/Resources/Textures/Logo/splashlogo...png differ diff --git a/Resources/Textures/Logo/splashlogo.png b/Resources/Textures/Logo/splashlogo.png index 67b8fc4cc87..d928c310d27 100644 Binary files a/Resources/Textures/Logo/splashlogo.png and b/Resources/Textures/Logo/splashlogo.png differ