mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Fixes spiderlings having no density (#75381)
Basically making it so they stop other big creatures and each other from moving ## About The Pull Request they block each other and bigger mobs they arent meant to structure spiderlings didn't do this for a reason ## Why It's Good For The Game @san7890 made spiderlings from a structure to a mob great change but they forgot a few things such as 1.Make it so spiderlings don't get tangled on webs (not fixed) 2. Make it so spiderlings speak spider and not galactic common ( fixed) 3. Make it so spiders don't have density ( This PR) This is good for the game because creatures that are floor critters much like roaches and mice shouldn't block full big mobs like humans other spiders or each other (Also this is literary how it was before San just forgot to add it)   ## Changelog 🆑 fix: fixes spiderlings having density /🆑
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
desc = "It never stays still for long."
|
||||
icon_state = "spiderling"
|
||||
icon_dead = "spiderling_dead"
|
||||
density = FALSE
|
||||
faction = list(FACTION_SPIDER)
|
||||
speed = 1
|
||||
move_resist = INFINITY // YOU CAN'T HANDLE ME LET ME BE FREE LET ME BE FREE LET ME BE FREE
|
||||
|
||||
Reference in New Issue
Block a user