Merge pull request #9336 from Tenryumi/blobs-speak-languages-too

Fixes Proteans not retaining languages in blob form, gives Proteans Feeder ability
This commit is contained in:
Novacat
2020-11-21 23:50:50 -05:00
committed by Chompstation Bot
parent 94b6c737aa
commit 08900e9e4a
2 changed files with 5 additions and 1 deletions

View File

@@ -380,6 +380,9 @@ var/global/list/disallowed_protean_accessories = list(
var/obj/belly/B = belly
B.forceMove(blob)
B.owner = blob
//We can still speak our languages!
blob.languages = languages
//Flip them to the protean panel
if(panel_was_up)

View File

@@ -100,7 +100,8 @@
/mob/living/carbon/human/proc/shapeshifter_select_wings,
/mob/living/carbon/human/proc/shapeshifter_select_tail,
/mob/living/carbon/human/proc/shapeshifter_select_ears,
/mob/living/proc/eat_trash
/mob/living/proc/eat_trash,
/mob/living/carbon/human/proc/slime_feed
)
var/global/list/abilities = list()