mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user