mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Drone Machine Interaction (#12473)
This commit is contained in:
@@ -77,6 +77,7 @@
|
||||
|
||||
var/can_swipe = TRUE
|
||||
var/rebooting = FALSE
|
||||
var/standard_drone = TRUE
|
||||
|
||||
/mob/living/silicon/robot/drone/Initialize()
|
||||
. = ..()
|
||||
@@ -146,6 +147,8 @@
|
||||
hat_x_offset = 1
|
||||
hat_y_offset = -12
|
||||
|
||||
standard_drone = FALSE
|
||||
|
||||
var/my_home_z
|
||||
|
||||
/mob/living/silicon/robot/drone/construction/Initialize()
|
||||
@@ -350,6 +353,7 @@
|
||||
hacked = FALSE
|
||||
law_update = FALSE
|
||||
connected_ai = null
|
||||
standard_drone = FALSE
|
||||
clear_supplied_laws()
|
||||
clear_inherent_laws()
|
||||
laws = new /datum/ai_laws/syndicate_override
|
||||
|
||||
Reference in New Issue
Block a user