mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 23:23:55 +01:00
Fixes #11003
This commit is contained in:
@@ -82,6 +82,12 @@
|
||||
healing.expire()
|
||||
return ..()
|
||||
|
||||
/mob/living/simple_mob/protean_blob/say_understands(var/mob/other, var/datum/language/speaking = null)
|
||||
// The parent of this proc and its parent are SHAMS and should be rewritten, but I'm not up to it right now.
|
||||
if(!speaking)
|
||||
return TRUE // can understand common, they're like, a normal person thing
|
||||
return ..()
|
||||
|
||||
/mob/living/simple_mob/protean_blob/speech_bubble_appearance()
|
||||
return "synthetic"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user