Fixes the Herald being able to drag it's mirror around. (#68021)

About The Pull Request

Fixes the Herald being able to drag it's mirror around.
Why It's Good For The Game

Requested by admins.
Changelog

cl
fix: Fixes the Herald being able to drag it's mirror around.
/cl
This commit is contained in:
Iamgoofball
2022-07-05 17:17:00 +12:00
committed by GitHub
parent e1111984fc
commit 8f482b4c85
@@ -203,6 +203,7 @@
deathsound = 'sound/effects/glassbr1.ogg'
del_on_death = TRUE
is_mirror = TRUE
move_resist = MOVE_FORCE_OVERPOWERING // no dragging your mirror around
var/mob/living/simple_animal/hostile/asteroid/elite/herald/my_master = null
/mob/living/simple_animal/hostile/asteroid/elite/herald/mirror/Initialize(mapload)