From 80f3c9a6da690f4b9967b4aa522db337d8ad1ef2 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Wed, 17 Jan 2018 17:58:42 -0500 Subject: [PATCH] hrmm --- modular_citadel/code/controllers/subsystem/job.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/controllers/subsystem/job.dm b/modular_citadel/code/controllers/subsystem/job.dm index f6826efc3a..234c606e00 100644 --- a/modular_citadel/code/controllers/subsystem/job.dm +++ b/modular_citadel/code/controllers/subsystem/job.dm @@ -24,4 +24,4 @@ var/obj/item/I = new G.path if(!M.equip_to_slot_if_possible(I, G.category, disable_warning = TRUE, bypass_equip_delay_self = TRUE)) // If the job's dresscode compliant, try to put it in its slot, first if(!M.equip_to_slot_if_possible(I, slot_in_backpack, disable_warning = TRUE, bypass_equip_delay_self = TRUE)) // Otherwise, try to put it in the backpack - I.forceMove(get_turf(the_mob)) // If everything fails, just put it on the floor under the mob. + I.forceMove(get_turf(M)) // If everything fails, just put it on the floor under the mob.