From aae300855df0de4ffca2057a66a1c2e427890e51 Mon Sep 17 00:00:00 2001 From: warriorstar-orion Date: Wed, 30 Jul 2025 23:27:26 -0400 Subject: [PATCH] fix admin equipment for shaft miner modsuit (#29909) --- code/game/jobs/job/support.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/jobs/job/support.dm b/code/game/jobs/job/support.dm index 6c510820c06..edf66753b8e 100644 --- a/code/game/jobs/job/support.dm +++ b/code/game/jobs/job/support.dm @@ -209,6 +209,9 @@ name = "Shaft Miner (Equipment + MODsuit)" back = /obj/item/mod/control/pre_equipped/mining/asteroid mask = /obj/item/clothing/mask/breath + suit = null + backpack = null + allow_backbag_choice = FALSE /datum/job/explorer title = "Explorer"