mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-17 21:53:05 +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
@@ -381,6 +381,9 @@ var/global/list/disallowed_protean_accessories = list(
|
|||||||
B.forceMove(blob)
|
B.forceMove(blob)
|
||||||
B.owner = blob
|
B.owner = blob
|
||||||
|
|
||||||
|
//We can still speak our languages!
|
||||||
|
blob.languages = languages
|
||||||
|
|
||||||
//Flip them to the protean panel
|
//Flip them to the protean panel
|
||||||
if(panel_was_up)
|
if(panel_was_up)
|
||||||
client?.statpanel = "Protean"
|
client?.statpanel = "Protean"
|
||||||
|
|||||||
@@ -100,7 +100,8 @@
|
|||||||
/mob/living/carbon/human/proc/shapeshifter_select_wings,
|
/mob/living/carbon/human/proc/shapeshifter_select_wings,
|
||||||
/mob/living/carbon/human/proc/shapeshifter_select_tail,
|
/mob/living/carbon/human/proc/shapeshifter_select_tail,
|
||||||
/mob/living/carbon/human/proc/shapeshifter_select_ears,
|
/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()
|
var/global/list/abilities = list()
|
||||||
|
|||||||
Reference in New Issue
Block a user