From 8f482b4c859fa839fa5ee7653a0eae753a608bbe Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Mon, 4 Jul 2022 22:17:00 -0700 Subject: [PATCH] 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 --- .../living/simple_animal/hostile/mining_mobs/elites/herald.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/hostile/mining_mobs/elites/herald.dm b/code/modules/mob/living/simple_animal/hostile/mining_mobs/elites/herald.dm index 475e4e99d0b..81cd8f4ed97 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining_mobs/elites/herald.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining_mobs/elites/herald.dm @@ -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)