Fix anomaly shifter deleting global themes (#88402)

## About The Pull Request
Makes the dimensional shifter relic not delete global data.
## Why It's Good For The Game
We need those. Please don't delete those.
## Changelog
🆑
fix: Dimensional shifter relics work more reliably.
/🆑
This commit is contained in:
FlufflesTheDog
2024-12-08 15:50:03 +01:00
committed by GitHub
parent b3085c973a
commit 8f3f54bc22
-1
View File
@@ -828,7 +828,6 @@
var/datum/dimension_theme/shifter = SSmaterials.dimensional_themes[new_theme_path]
for(var/turf/shiftee in range(1, user))
shifter.apply_theme(shiftee, show_effect = TRUE)
qdel(shifter)
// prevent *total* spam conversion
min_cooldown += 2 SECONDS
max_cooldown += 2 SECONDS