From 2d23b4967b62123d9818bdb312baac9517800293 Mon Sep 17 00:00:00 2001 From: ShadowLarkens Date: Tue, 1 Oct 2024 15:05:35 -0700 Subject: [PATCH 1/2] Give the AI back most of their shell options (not security) --- code/global.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/global.dm b/code/global.dm index 92c11ee868e..46a9e3478bc 100644 --- a/code/global.dm +++ b/code/global.dm @@ -139,7 +139,8 @@ var/list/emergency_module_types = list( ) // List of modules available to AI shells var/list/shell_module_types = list( - "Standard", "Service", "Clerical" + "Standard", "Engineering", "Surgeon", "Crisis", + "Miner", "Janitor", "Service", "Clerical", "Research" ) // List of whitelisted modules var/list/whitelisted_module_types = list( From 8c420c89542a9845aab021f77e4960f726803a8a Mon Sep 17 00:00:00 2001 From: ShadowLarkens Date: Fri, 4 Oct 2024 13:38:39 -0700 Subject: [PATCH 2/2] Switch research module to security --- code/global.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/global.dm b/code/global.dm index 46a9e3478bc..f7fd886b891 100644 --- a/code/global.dm +++ b/code/global.dm @@ -140,7 +140,7 @@ var/list/emergency_module_types = list( // List of modules available to AI shells var/list/shell_module_types = list( "Standard", "Engineering", "Surgeon", "Crisis", - "Miner", "Janitor", "Service", "Clerical", "Research" + "Miner", "Janitor", "Service", "Clerical", "Security" ) // List of whitelisted modules var/list/whitelisted_module_types = list(