mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +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:
@@ -732,8 +732,6 @@ GLOBAL_LIST_EMPTY(deadsay_radio_systems)
|
||||
|
||||
|
||||
for(var/ch_name in channels)
|
||||
if(!SSradio)
|
||||
sleep(30) // Waiting for SSradio to be created.
|
||||
if(!SSradio)
|
||||
name = "broken radio"
|
||||
return
|
||||
|
||||
@@ -264,7 +264,7 @@
|
||||
if(!aisync)
|
||||
lawsync = FALSE
|
||||
|
||||
var/mob/living/silicon/robot/O = new /mob/living/silicon/robot(get_turf(loc), unfinished = 1, connect_to_AI = aisync, ai_to_sync_to = forced_ai)
|
||||
var/mob/living/silicon/robot/O = new /mob/living/silicon/robot(get_turf(loc), aisync, forced_ai)
|
||||
if(!O)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user