mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 12:13:06 +00:00
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:
committed by
Chompstation Bot
parent
94b6c737aa
commit
08900e9e4a
@@ -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)
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user