Bumps the overlay limit (#3382)

this is probally a mistake.
This commit is contained in:
The Sharkening
2025-03-25 15:47:38 -06:00
committed by GitHub
parent 55715845c0
commit 10d8008db8
+1 -1
View File
@@ -1,6 +1,6 @@
// A reasonable number of maximum overlays an object needs
// If you think you need more, rethink it
#define MAX_ATOM_OVERLAYS 100
#define MAX_ATOM_OVERLAYS 150 // Bubber Edit - lol
/// Checks if an atom has reached the overlay limit, and make a loud error if it does.
#define VALIDATE_OVERLAY_LIMIT(changed_on) \