From 7b4ee80a12d2e484d04cac30865630039f3bef1b Mon Sep 17 00:00:00 2001 From: deltanedas <@deltanedas:kde.org> Date: Sat, 21 Sep 2024 05:46:09 +0100 Subject: [PATCH] :trollface: --- Content.Shared/DeltaV/Chapel/SacraficialAltarComponent.cs | 2 ++ Resources/Prototypes/Entities/Structures/Furniture/altar.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Content.Shared/DeltaV/Chapel/SacraficialAltarComponent.cs b/Content.Shared/DeltaV/Chapel/SacraficialAltarComponent.cs index 6dca1fc54c9..6125a77632c 100644 --- a/Content.Shared/DeltaV/Chapel/SacraficialAltarComponent.cs +++ b/Content.Shared/DeltaV/Chapel/SacraficialAltarComponent.cs @@ -4,6 +4,7 @@ using Robust.Shared.Audio; using Robust.Shared.GameStates; using Robust.Shared.Prototypes; +using Robust.Shared.Serialization; namespace Content.Shared.DeltaV.Chapel; @@ -42,4 +43,5 @@ public sealed partial class SacraficialAltarComponent : Component public ProtoId RewardPool = "PsionicSacraficeRewards"; } +[Serializable, NetSerializable] public sealed partial class SacraficeDoAfterEvent : SimpleDoAfterEvent; diff --git a/Resources/Prototypes/Entities/Structures/Furniture/altar.yml b/Resources/Prototypes/Entities/Structures/Furniture/altar.yml index 7fb63d5ce01..7c6509ebc5c 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/altar.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/altar.yml @@ -25,7 +25,7 @@ - TableLayer - type: Sprite snapCardinals: true - - type: Climbable + #- type: Climbable # DeltaV: remove climbable since it conflicts with strap - type: Clickable # Begin DeltaV additions: Sacraficing psionics - type: SacraficialAltar