Headslugs are now small (#94088)

## About The Pull Request

Headslugs now go under mobs and tables, and mobs walk through them. They
were also made small sized, so they can now enter da vim.

I assume this is fix because they are clearly small mobs, but I can see
how this might be balance if a maint wants to switch tags.

## Why It's Good For The Game

Like alien larva these are small mobs and I think they should reflect
this in not treating them like a full dense mob. Also da vim.

## Changelog

🆑
fix: Headslugs are now small.
/🆑
This commit is contained in:
John Willard
2025-11-24 21:13:57 -05:00
committed by GitHub
parent 258cb9e697
commit ca092ce7d8
@@ -10,6 +10,9 @@
icon_living = "headslug"
icon_dead = "headslug_dead"
gender = NEUTER
pass_flags = PASSTABLE | PASSMOB
mob_size = MOB_SIZE_SMALL
density = FALSE
health = 50
maxHealth = 50
max_stamina = 120