From 7f60f9caa6fb09ea8bf3e5d0eb8618557a1fa9e2 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 31 Jul 2024 03:59:35 +0200 Subject: [PATCH] [MIRROR] Fixes mining MODsuit suit storage (#29121) * Fixes mining MODsuit suit storage (#85342) ## About The Pull Request Closes #85332 #83437 had a copypasting error and ended up giving mining MOD suit storage to loaders instead of mining MODs ## Changelog :cl: fix: Mining MODsuits now can store everything that explorer suits can /:cl: * Fixes mining MODsuit suit storage --------- Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com> --- code/modules/mod/mod_theme.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mod/mod_theme.dm b/code/modules/mod/mod_theme.dm index 42925ad3111..1d78e24f99c 100644 --- a/code/modules/mod/mod_theme.dm +++ b/code/modules/mod/mod_theme.dm @@ -533,7 +533,7 @@ ), ) -/datum/mod_theme/loader/New() +/datum/mod_theme/mining/New() .=..() allowed_suit_storage = GLOB.mining_suit_allowed