Skip to content

Commit

Permalink
Second sanity check for Mechiver eating mechs (#5401)
Browse files Browse the repository at this point in the history
* mechivers no longer at mechs

* second sanity check
  • Loading branch information
Dimasw99 authored Jun 3, 2024
1 parent 2996290 commit 0124ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/hivemind/mobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@
if(!Adjacent(targetted_mob))
return

if(world.time > special_ability_cooldown && !passenger && !ismecha(targetted_mob.loc))
if(world.time > special_ability_cooldown && !passenger && !ismecha(targetted_mob.loc) && !ismecha(targetted_mob))
special_ability(targetted_mob)

..()
Expand Down

0 comments on commit 0124ad7

Please sign in to comment.