Skip to content

Commit

Permalink
Remove reimplementation of water boosting since Isa's Grab Bag alread…
Browse files Browse the repository at this point in the history
…y takes care of that

... and having the fix on both ends leads to double water boosting. :theoreticalwoke:

rip WaterRocketLaunchingComponent
  • Loading branch information
maddie480 committed Nov 10, 2021
1 parent 93ba2c1 commit 48ac8dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 57 deletions.
55 changes: 0 additions & 55 deletions Entities/WaterRocketLaunchingComponent.cs

This file was deleted.

2 changes: 0 additions & 2 deletions SpringCollab2020Module.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public override void Load() {
StaticPuffer.Load();
LeaveTheoBehindTrigger.Load();
BadelineBounceDirectionTrigger.Load();
WaterRocketLaunchingComponent.Load();
SpikeJumpThroughController.Load();
Everest.Events.Level.OnLoadBackdrop += onLoadBackdrop;

Expand Down Expand Up @@ -99,7 +98,6 @@ public override void Unload() {
StaticPuffer.Unload();
LeaveTheoBehindTrigger.Unload();
BadelineBounceDirectionTrigger.Unload();
WaterRocketLaunchingComponent.Unload();
SpikeJumpThroughController.Unload();
Everest.Events.Level.OnLoadBackdrop -= onLoadBackdrop;

Expand Down

0 comments on commit 48ac8dc

Please sign in to comment.