mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
stuff
This commit is contained in:
@@ -181,9 +181,9 @@
|
||||
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/device/mmi/digital/posibrain(O)
|
||||
O.mmi = new /obj/item/mmi/digital/posibrain(O)
|
||||
else if(O.mind.role_alt_title == JOB_ALT_DRONE)
|
||||
O.mmi = new /obj/item/device/mmi/digital/robot(O)
|
||||
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