mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-23 05:08:54 +01:00
cavalry's here
This commit is contained in:
@@ -937,9 +937,9 @@
|
||||
status_flags &= ~CANPUSH
|
||||
|
||||
if(module.clean_on_move)
|
||||
AddElement(/datum/element/cleaning, 1)
|
||||
AddElement(/datum/element/cleaning, range = 1)
|
||||
else
|
||||
RemoveElement(/datum/element/cleaning, 1)
|
||||
RemoveElement(/datum/element/cleaning)
|
||||
|
||||
hat_offset = module.hat_offset
|
||||
|
||||
@@ -1206,8 +1206,8 @@
|
||||
var/mob/unbuckle_me_now = i
|
||||
unbuckle_mob(unbuckle_me_now, FALSE)
|
||||
|
||||
/mob/living/silicon/robot/proc/TryConnectToAI()
|
||||
set_connected_ai(select_active_ai_with_fewest_borgs(z))
|
||||
/mob/living/silicon/robot/proc/TryConnectToAI(mob/living/silicon/ai/connect_to)
|
||||
set_connected_ai(connect_to || select_active_ai_with_fewest_borgs(z))
|
||||
if(connected_ai)
|
||||
lawsync()
|
||||
lawupdate = TRUE
|
||||
|
||||
Reference in New Issue
Block a user