diff --git a/code/modules/research/experimentor.dm b/code/modules/research/experimentor.dm index c78ca6601d4..75ad0146fd4 100644 --- a/code/modules/research/experimentor.dm +++ b/code/modules/research/experimentor.dm @@ -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