mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Give posibrains runechat
This commit is contained in:
@@ -45,6 +45,12 @@
|
||||
/mob/living/carbon/brain/isSynthetic()
|
||||
return istype(loc, /obj/item/device/mmi)
|
||||
|
||||
/mob/living/carbon/brain/runechat_holder(datum/chatmessage/CM)
|
||||
if(isturf(loc))
|
||||
return ..()
|
||||
|
||||
return loc
|
||||
|
||||
/mob/living/carbon/brain/set_typing_indicator(var/state)
|
||||
if(isturf(loc))
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user