File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
common/src/main/kotlin/com/lambda/module/modules/combat Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ object CrystalAura : Module(
120120
121121 // player.health + player.absorptionAmount >= placeMinHealth &&
122122 explosionDamage(pos.up(), target, 6.0 ) >= placeMinDamage &&
123- explosionDamage(pos.up(), player, 6.0 ) <= placeMaxSelfDamage &&
123+ explosionDamage(pos.up(), player, 6.0 ) <= placeMaxSelfDamage
124124 // Checks if the last crystal was set more than [placeDelay] ms ago
125- placedCrystal.peek ()?.second?.plusMillis(placeDelay)?.isBefore(Instant .now()) ? : true
125+ // placedCrystal.lastOrNull ()?.second?.plusMillis(placeDelay)?.isBefore(Instant.now()) ?: true
126126 // if (multiPlace) !placedCrystal.any { (crystalPos, _) -> pos.up() == crystalPos } else true
127127 }
128128
You can’t perform that action at this time.
0 commit comments