[MIRROR] [s] Don't allow sentient ice demons to teleport (#911)

* Don't allow sentient ice demons to teleport (#53888)

If you know, you know. I think this affects more than just teleporting, but hm.

* [s] Don't allow sentient ice demons to teleport

Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-09-22 07:21:08 +02:00
committed by GitHub
co-authored by Jared-Fogle
parent c0e96ca4ee
commit ee9c12e349
@@ -50,6 +50,9 @@
temperature = -75
/mob/living/simple_animal/hostile/asteroid/ice_demon/OpenFire()
// Sentient ice demons teleporting has been linked to server crashes
if(client)
return ..()
if(teleport_distance <= 0)
return ..()
var/list/possible_ends = list()