mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-11 16:14:08 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user