Syndicate hardsuit helmet fix, SyndiBorg PDA fix

This commit is contained in:
Markolie
2014-11-23 23:52:13 +01:00
parent 0f98d78274
commit 2d36851119
3 changed files with 3 additions and 1 deletions
@@ -170,6 +170,8 @@
if (!rbPDA)
rbPDA = new/obj/item/device/pda/ai(src)
rbPDA.set_name_and_job(custom_name,braintype)
if(syndicateborg)
rbPDA.hidden = 1
//If there's an MMI in the robot, have it ejected when the mob goes away. --NEO
//Improved /N
@@ -1412,7 +1414,6 @@
designation = "Syndicate"
req_access = list(access_syndicate)
/mob/living/silicon/robot/syndicate/New(loc)
..()
cell.maxcharge = 25000
@@ -1423,6 +1424,7 @@
Namepick()
/mob/living/silicon/robot/proc/notify_ai(var/notifytype, var/oldname, var/newname)
if(!connected_ai)
return