mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
[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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user