mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user