Files
Bubberstation/code/modules/admin/spawn_panel
CabinetOnFire 0e8fe813f9 Fixes spawn panel incorrectly spawning turfs (#96031)
## About The Pull Request
The spawn panel was incorrectly spawning turfs by creating them via new,
which causes a lot of issues. this issue was caused by two things:
1. It was checking if the atom_to_spawn was a turf via istype, istype
uses instances
2. It was spawning it on target; god knows what happens if you try to
spawn a turf in your hands.

## Why It's Good For The Game

bug fix good happy make

## Changelog

🆑
fix: Fixes the spawn panel being unable to spawn turfs
/🆑
2026-05-11 11:15:56 -04:00
..