mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
MULEBOT AI CALL Fix (#24479)
* test * I hate mulebot * no need to change this apparently * INVOKE Begone, no change noticed
This commit is contained in:
@@ -681,6 +681,8 @@ Pass a positive integer as an argument to override a bot's default speed.
|
||||
reset_access_timer_id = null
|
||||
set_path(null)
|
||||
ignore_job.Cut()
|
||||
new_destination = null
|
||||
destination = null
|
||||
last_target_location = null
|
||||
lost_target = FALSE
|
||||
summon_target = null
|
||||
|
||||
@@ -479,8 +479,9 @@
|
||||
diag_hud_set_botmode()
|
||||
|
||||
if(!has_power())
|
||||
on = FALSE
|
||||
turn_off()
|
||||
return
|
||||
|
||||
if(!on)
|
||||
return
|
||||
|
||||
@@ -607,7 +608,7 @@
|
||||
/mob/living/simple_animal/bot/mulebot/proc/start_home()
|
||||
if(!on)
|
||||
return
|
||||
INVOKE_ASYNC(src, PROC_REF(do_start_home))
|
||||
do_start_home()
|
||||
|
||||
/mob/living/simple_animal/bot/mulebot/proc/do_start_home()
|
||||
set_destination(home_destination)
|
||||
|
||||
Reference in New Issue
Block a user