Skip to content

Commit

Permalink
:trollface:
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Sep 21, 2024
1 parent b47ce1e commit 7b4ee80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Content.Shared/DeltaV/Chapel/SacraficialAltarComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -42,4 +43,5 @@ public sealed partial class SacraficialAltarComponent : Component
public ProtoId<EntityTablePrototype> RewardPool = "PsionicSacraficeRewards";
}

[Serializable, NetSerializable]
public sealed partial class SacraficeDoAfterEvent : SimpleDoAfterEvent;
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b4ee80

Please sign in to comment.