mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user