Skip to content

Commit

Permalink
Fix issue with splash surface.
Browse files Browse the repository at this point in the history
  • Loading branch information
homothetyhk committed Jul 7, 2022
1 parent 9b27ed4 commit 4b54338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ItemChanger/Modules/SwimSkill.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ private void EditWaterSurface(PlayMakerFSM fsm)
DamageHero dh = splash.gameObject.AddComponent<DamageHero>();
dh.damageDealt = 1;
dh.hazardType = (int)HazardType.ACID;
splash.gameObject.AddComponent<NonBouncer>();

void DoActivateSwim()
{
Expand Down

0 comments on commit 4b54338

Please sign in to comment.