Skip to content

Commit

Permalink
Fix dead IPCs not having a startup button
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Sep 26, 2024
1 parent 26d2938 commit 5c92c52
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public sealed class DeadStartupButtonSystem : SharedDeadStartupButtonSystem
/// <inheritdoc/>
public override void Initialize()
{
base.Initialize(); // Floofstation - remove the comment after this call is added upstream
SubscribeLocalEvent<DeadStartupButtonComponent, OnDoAfterButtonPressedEvent>(OnDoAfter);
SubscribeLocalEvent<DeadStartupButtonComponent, ElectrocutedEvent>(OnElectrocuted);
SubscribeLocalEvent<DeadStartupButtonComponent, MobStateChangedEvent>(OnMobStateChanged);
Expand Down

0 comments on commit 5c92c52

Please sign in to comment.