Adds basic megafauna: Bluespace Horror, Vox Armalis (#31480)

* Adds basic megafauna: Bluespace Horror, Vox Armalis

* Armalis improvements, code review addressed

* Lints

* Update code/modules/mob/living/basic/hostile/megafauna/basic_megafauna.dm

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>

* Update code/modules/mob/living/basic/hostile/megafauna/bluespace_horror/bluespace_horror.dm

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>

* Update code/modules/mob/living/basic/hostile/megafauna/vox_armalis/vox_armalis.dm

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>

---------

Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
PollardTheDragon
2026-02-12 01:23:19 +00:00
committed by GitHub
co-authored by DGamerL
parent 55c351f4ee
commit f2b81ea285
15 changed files with 1058 additions and 2 deletions
@@ -70,6 +70,7 @@ GLOBAL_LIST_INIT(target_interested_atoms, typecacheof(list(
var/atom/target = pick_final_target(controller, filtered_targets)
controller.set_blackboard_key(target_key, target)
SEND_SIGNAL(controller.pawn, COMSIG_HOSTILE_FOUND_TARGET)
var/atom/potential_hiding_location = targeting_strategy.find_hidden_mobs(living_mob, target)