mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-22 06:35:12 +01:00
0e8fe813f9
## 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 /🆑