From dd51161d7846921df2f39153b958141c2ef47af0 Mon Sep 17 00:00:00 2001 From: Hoolny <84478872+SethLafuente@users.noreply.github.com> Date: Tue, 16 May 2023 16:58:22 -0700 Subject: [PATCH] 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) ![image](https://github.com/tgstation/tgstation/assets/84478872/7a3c7f8c-48d3-4168-a6b3-96628132d5f9) ![image](https://github.com/tgstation/tgstation/assets/84478872/eb612ddc-01a8-490c-8125-ae8c721f2aaa) ## Changelog :cl: fix: fixes spiderlings having density /:cl: --- .../living/basic/space_fauna/spider/spiderlings/spiderling.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/basic/space_fauna/spider/spiderlings/spiderling.dm b/code/modules/mob/living/basic/space_fauna/spider/spiderlings/spiderling.dm index 3efbdb680bd..467f5f5c5ea 100644 --- a/code/modules/mob/living/basic/space_fauna/spider/spiderlings/spiderling.dm +++ b/code/modules/mob/living/basic/space_fauna/spider/spiderlings/spiderling.dm @@ -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