mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Latejoin cyborgs now correctly sync with the AI. (#17143)
It work, surprisely.
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
sync_target.visible_message(span_notice("[sync_target] gently chimes."), span_notice("LawSync protocol engaged."))
|
||||
log_combat(ai_spawn, sync_target, "forcibly synced cyborg laws via spawning in")
|
||||
sync_target.lawsync()
|
||||
sync_target.lawupdate = TRUE
|
||||
sync_target.show_laws()
|
||||
// SKYRAT EDIT ADDITION END
|
||||
|
||||
|
||||
@@ -53,6 +53,7 @@
|
||||
robot_spawn.notify_ai(TRUE)
|
||||
robot_spawn.visible_message(span_notice("[robot_spawn] gently chimes."), span_notice("LawSync protocol engaged."))
|
||||
robot_spawn.lawsync()
|
||||
robot_spawn.lawupdate = TRUE
|
||||
robot_spawn.show_laws()
|
||||
//SKYRAT EDIT END
|
||||
if(!robot_spawn.connected_ai) // Only log if there's no Master AI
|
||||
|
||||
Reference in New Issue
Block a user