mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +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:
@@ -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