Files
Bubberstation/code/game
Jacquerel efa3d9965f Fix hand teleporter random dangerous location (#89202)
## About The Pull Request

Fixes #89199
Loop was checking if `teleport_location` was a valid teleport
destination, however at time of dangerous teleport loop that value
contains a string, we only set it after the loop. We check the iterated
turf instead.

## Changelog

🆑
fix: You can once again teleport dangerously with the hand teleporter
/🆑
2025-01-27 13:08:27 +01:00
..