Fixes Proteans not retaining languages in blob form, gives Proteans Feeder ability

This commit is contained in:
Amy
2020-11-21 19:50:59 -06:00
parent 57315d8913
commit 568f4e42e0
2 changed files with 5 additions and 1 deletions
@@ -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)
@@ -97,7 +97,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()