From 78413814236a893966de95159b8db2ad403f45d8 Mon Sep 17 00:00:00 2001 From: Lucy Date: Sun, 7 Jul 2024 09:25:29 -0400 Subject: [PATCH] Oozelings/slimepeople can now actually speak slime (#2501) --- monkestation/code/modules/smithing/oozelings/body/organs.dm | 3 +++ monkestation/code/modules/smithing/oozelings/species.dm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/monkestation/code/modules/smithing/oozelings/body/organs.dm b/monkestation/code/modules/smithing/oozelings/body/organs.dm index 08c7ea7fb1a1..1fde2e8ee05e 100644 --- a/monkestation/code/modules/smithing/oozelings/body/organs.dm +++ b/monkestation/code/modules/smithing/oozelings/body/organs.dm @@ -17,6 +17,9 @@ zone = BODY_ZONE_CHEST organ_flags = ORGAN_UNREMOVABLE +/obj/item/organ/internal/tongue/jelly/get_possible_languages() + return ..() + /datum/language/slime + /obj/item/organ/internal/lungs/slime zone = BODY_ZONE_CHEST organ_flags = ORGAN_UNREMOVABLE diff --git a/monkestation/code/modules/smithing/oozelings/species.dm b/monkestation/code/modules/smithing/oozelings/species.dm index 4a5e25dac9c3..bac2a60dd640 100644 --- a/monkestation/code/modules/smithing/oozelings/species.dm +++ b/monkestation/code/modules/smithing/oozelings/species.dm @@ -21,7 +21,7 @@ mutantbrain = /obj/item/organ/internal/brain/slime mutantears = /obj/item/organ/internal/ears/jelly mutantlungs = /obj/item/organ/internal/lungs/slime - //mutanttongue = /obj/item/organ/interal/tongue/oozeling + mutanttongue = /obj/item/organ/internal/tongue/jelly inherent_traits = list( TRAIT_CAN_USE_FLIGHT_POTION,