mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-01 04:52:16 +00:00
Temporarily Disable Cleanbots (#379)
Because infinite loops. Until #225 is fixed.
This commit is contained in:
@@ -38,6 +38,9 @@
|
||||
if(radio_controller)
|
||||
radio_controller.add_object(listener, beacon_freq, filter = RADIO_NAVBEACONS)
|
||||
|
||||
spawn(10)
|
||||
gib()
|
||||
|
||||
/mob/living/bot/cleanbot/proc/handle_target()
|
||||
if(loc == target.loc)
|
||||
if(!cleaning)
|
||||
@@ -60,6 +63,9 @@
|
||||
/mob/living/bot/cleanbot/Life()
|
||||
..()
|
||||
|
||||
// Nope.jpg
|
||||
return
|
||||
|
||||
var/found_spot
|
||||
var/current_tile
|
||||
var/cleanable_type = /obj/effect/decal/cleanable
|
||||
|
||||
Reference in New Issue
Block a user