mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 09:00:25 +01:00
Updated SSgarbage (#18173)
* pain * sadfas * sdfa * sdfasf * sfa * sdf * might the lord have mercy on our soul * i cri everidai * adeste fideles * sdf * where will this lead, what's coming next, from your inventions * dear lord * gjvhk * i cri everidai * fsgf * sdfa * sdaf * hiuhi
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
if(pAI)
|
||||
if(isturf(loc))
|
||||
drop_from_inventory(pAI, get_turf(src))
|
||||
pAI.throw_at_random(FALSE, 3, 1)
|
||||
else
|
||||
drop_from_inventory(pAI, loc)
|
||||
pAI = null
|
||||
|
||||
@@ -62,7 +62,11 @@ var/list/cleanbot_types // Going to use this to generate a list of types once th
|
||||
patrol_path = null
|
||||
target = null
|
||||
ignorelist = null
|
||||
next_dest_loc = null
|
||||
|
||||
QDEL_NULL(listener)
|
||||
SSradio.remove_object(listener, beacon_freq)
|
||||
|
||||
GLOB.janitorial_supplies -= src
|
||||
return ..()
|
||||
|
||||
@@ -353,6 +357,7 @@ var/list/cleanbot_types // Going to use this to generate a list of types once th
|
||||
|
||||
/obj/cleanbot_listener/Destroy()
|
||||
cleanbot = null
|
||||
SSradio.remove_object_all(src)
|
||||
return ..()
|
||||
|
||||
/* Assembly */
|
||||
|
||||
Reference in New Issue
Block a user