Skip to content

Commit

Permalink
[MIRROR] Legion hivebots are space movable and airflow immune
Browse files Browse the repository at this point in the history
  • Loading branch information
SierraKomodo authored and SierraHelper committed Dec 15, 2024
1 parent 2355871 commit 7d4438f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packs/legion/legion_hivebot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@
..()


/mob/living/simple_animal/hostile/hivebot/Process_Spacemove(allow_movement)
if (is_legion)
return !is_physically_disabled()
return ..()


/mob/living/simple_animal/hostile/hivebot/AirflowCanMove(n)
if (is_legion)
return FALSE
return ..()


// Legion hivebot spawners
/obj/spawner/legion/hivebot
abstract_type = /obj/spawner/legion/hivebot
Expand Down

0 comments on commit 7d4438f

Please sign in to comment.