From dd019307188e94f0a6c507c0b0f01c8807e1fd26 Mon Sep 17 00:00:00 2001 From: Toastical <20125180+Toastical@users.noreply.github.com> Date: Sat, 14 Jun 2025 18:13:28 +0300 Subject: [PATCH] remove explicit spacemove for legions (#29619) --- .../mob/living/simple_animal/hostile/mining/hivelord.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/mining/hivelord.dm b/code/modules/mob/living/simple_animal/hostile/mining/hivelord.dm index c19182399ac..64c8721c1ff 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining/hivelord.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining/hivelord.dm @@ -192,9 +192,6 @@ var/dwarf_mob = FALSE var/mob/living/carbon/human/stored_mob -/mob/living/simple_animal/hostile/asteroid/hivelord/legion/Process_Spacemove(movement_dir, continuous_move) - return FALSE - /mob/living/simple_animal/hostile/asteroid/hivelord/legion/dwarf name = "dwarf legion" desc = "You can still see what was once a dwarf under the shifting mass of corruption."