mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
Fix
This commit is contained in:
@@ -170,21 +170,12 @@
|
||||
O.key = key
|
||||
|
||||
O.loc = loc
|
||||
<<<<<<< HEAD
|
||||
O.job = "Cyborg"
|
||||
if(O.mind.assigned_role == "Cyborg")
|
||||
if(O.mind.role_alt_title == "Robot")
|
||||
O.mmi = new /obj/item/mmi/digital/posibrain(O)
|
||||
else if(O.mind.role_alt_title == "Drone")
|
||||
O.mmi = new /obj/item/mmi/digital/robot(O)
|
||||
=======
|
||||
O.job = JOB_CYBORG
|
||||
if(O.mind.assigned_role == JOB_CYBORG)
|
||||
if(O.mind.role_alt_title == JOB_ALT_ROBOT)
|
||||
O.mmi = new /obj/item/mmi/digital/posibrain(O)
|
||||
else if(O.mind.role_alt_title == JOB_ALT_DRONE)
|
||||
O.mmi = new /obj/item/mmi/digital/robot(O)
|
||||
>>>>>>> master
|
||||
else
|
||||
O.mmi = new /obj/item/mmi(O)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user