From ea3e578a05ec070c8ae947768355c57fba03851d Mon Sep 17 00:00:00 2001
From: yhu351 <yhu351@ucsc.edu>
Date: Sat, 9 Dec 2023 18:16:57 -0800
Subject: [PATCH] shockwaves more consistent

---
 SneakySalamander.json | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/SneakySalamander.json b/SneakySalamander.json
index 011f1156..f32474f1 100644
--- a/SneakySalamander.json
+++ b/SneakySalamander.json
@@ -81570,7 +81570,7 @@
                                     "Player",
                                     "PlatformerObject",
                                     "=",
-                                    "Player.PlatformerObject::MaxFallingSpeed() / (ShockwaveDemon_Shockwave.Variable(Lifetime) * 50)"
+                                    "0"
                                   ]
                                 }
                               ]
@@ -82200,7 +82200,7 @@
                                     "MiteDemon_Mite",
                                     "PlatformerObject",
                                     "=",
-                                    "MiteDemon_Mite.PlatformerObject::MaxFallingSpeed() / (ShockwaveDemon_Shockwave.Variable(LifeTimer) * 50)"
+                                    "0"
                                   ]
                                 }
                               ]
@@ -82505,6 +82505,18 @@
                                     "",
                                     ""
                                   ]
+                                },
+                                {
+                                  "type": {
+                                    "value": "CollisionNP"
+                                  },
+                                  "parameters": [
+                                    "MiteDemon_Mite",
+                                    "ShockwaveDemon_Shockwave",
+                                    "",
+                                    "",
+                                    ""
+                                  ]
                                 }
                               ]
                             }
-- 
GitLab