From 9cc1baedb20e81eadfdb0e59bc492ca16a848b0a Mon Sep 17 00:00:00 2001 From: SmArtKar <44720187+SmArtKar@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:35:12 +0300 Subject: [PATCH] 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: --- 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 b3b0df28ed5..1699fc4e2e3 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