Add fail-safes to disposal sort junctions, fix looping (#20099)

* Remove the weird hacky stuff and default to disposals

* Update disposal.dm

* That's superfluous with the other checks

* Update lavaland_biodome_clown_planet.dmm

* Update cyberiad.dmm

* Added stack traces, split into mapload proc

* Update code/modules/recycling/disposal.dm

Co-authored-by: Farie82 <farie82@users.noreply.github.com>

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
This commit is contained in:
Vi3trice
2023-01-07 17:11:29 +01:00
committed by GitHub
co-authored by Farie82
parent ecf6d798b1
commit 9de7b3c2ce
5 changed files with 63 additions and 30 deletions
@@ -114,7 +114,7 @@ GLOBAL_LIST_INIT(robot_verbs_default, list(
var/see_reagents = FALSE // Determines if the cyborg can see reagents
/// Integer used to determine self-mailing location, used only by drones and saboteur borgs
var/mail_destination = 0
var/mail_destination = 1
/mob/living/silicon/robot/get_cell()
return cell