mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
migrate /mob/living/silicon to Initialize() (#31934)
* migrate /mob/living/silicon to Initialize() * fix some arg calls for spawning borgs * remove even more args from robot Initialize
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
invisibility = 101
|
||||
|
||||
// Creating a new borg here will connect them to a default AI and notify that AI, if `connect_to_default_AI` is TRUE.
|
||||
var/mob/living/silicon/robot/O = new /mob/living/silicon/robot(loc, connect_to_AI = connect_to_default_AI)
|
||||
var/mob/living/silicon/robot/O = new /mob/living/silicon/robot(loc, connect_to_default_AI)
|
||||
|
||||
// If `AI` is passed in, we want to connect to that AI specifically.
|
||||
if(AI)
|
||||
|
||||
Reference in New Issue
Block a user