Merge pull request #1819 from CHOMPStationBot/upstream-merge-10165

[MIRROR] TGUI Fix Compilation
This commit is contained in:
Nadyr
2021-04-23 03:34:53 -04:00
committed by GitHub
8 changed files with 76 additions and 38 deletions
@@ -209,12 +209,12 @@
/mob/living/silicon/robot/proc/setup_PDA()
if (!rbPDA)
rbPDA = new/obj/item/device/pda/ai(src)
rbPDA.set_name_and_job(custom_name,"[modtype] [braintype]")
rbPDA.set_name_and_job(name,"[modtype] [braintype]")
/mob/living/silicon/robot/proc/setup_communicator()
if (!communicator)
communicator = new/obj/item/device/communicator/integrated(src)
communicator.register_device(src.name, "[modtype] [braintype]")
communicator.register_device(name, "[modtype] [braintype]")
//If there's an MMI in the robot, have it ejected when the mob goes away. --NEO
//Improved /N