TO SQUASH: Nuke ball fixes.

This commit is contained in:
2026-08-28 17:44:31 -04:00
parent 7e4b5a2055
commit 716e35c615
10 changed files with 153 additions and 15 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ public class Player : MonoBehaviour
// Mouse input handling for firing lasers, magnets, or normal barriers.
if (
Mouse.current.leftButton.wasPressedThisFrame &&
worldFiller.IsPositionInFreeArea(transform.position) &&
worldFiller.IsPositionInFreeRegion(transform.position) &&
canFire &&
!exploding
)