From b7c58b00504e7db6f7d9a95becea72706ce5b46d Mon Sep 17 00:00:00 2001 From: Hoolny <84478872+SethLafuente@users.noreply.github.com> Date: Tue, 2 May 2023 18:14:28 -0700 Subject: [PATCH] Spiderlings now can communicate with spiders (#75112) ## About The Pull Request Fixes spiderligns speaking human ## Why It's Good For The Game Spiderlings should be able to communicate with their mothers even if their dumb babies ![uW4kZe4](https://user-images.githubusercontent.com/84478872/235577542-26fda00c-24c0-46d0-8110-87e63f156133.png) ## Changelog :cl: fix: fixed spiderlings speaking human instead of spider /: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 97904611e86..0546a44d40b 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 @@ -14,6 +14,7 @@ speed = 1 move_resist = INFINITY // YOU CAN'T HANDLE ME LET ME BE FREE LET ME BE FREE LET ME BE FREE speak_emote = list("hisses") + initial_language_holder = /datum/language_holder/spider basic_mob_flags = FLAMMABLE_MOB | DEL_ON_DEATH mob_size = MOB_SIZE_TINY