[MIRROR] Fixes a runtime with borg tablets when borgs get created. (#994)

* Fixes a runtime with borg tablets when borgs get created. (#53953)

* Fixes a runtime with borg tablets when borgs get created.

Co-authored-by: zxaber <37497534+zxaber@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-09-26 16:21:17 +02:00
committed by GitHub
co-authored by zxaber
parent 8a4935949c
commit c2b9ae595a
@@ -134,6 +134,8 @@
if(ispath(cell))
cell = new cell(src)
create_modularInterface()
if(lawupdate)
make_laws()
if(!TryConnectToAI())
@@ -174,7 +176,6 @@
aicamera = new/obj/item/camera/siliconcam/robot_camera(src)
toner = tonermax
diag_hud_set_borgcell()
create_modularInterface()
logevent("System brought online.")
/mob/living/silicon/robot/proc/create_modularInterface()