From 96f6663aaeda0ce9056a0b24787a1eaeefd879ae Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Sat, 1 Mar 2025 11:25:16 -0500 Subject: [PATCH] forgot to do this (#17243) --- code/global.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/global.dm b/code/global.dm index d8cf5e3adfa..78c14f76f31 100644 --- a/code/global.dm +++ b/code/global.dm @@ -122,7 +122,7 @@ var/global/list/alphabet_uppercase = list("A","B","C","D","E","F","G","H","I","J // Used by robots and robot preferences for regular modules. var/list/robot_module_types = list( - "Standard", "Engineering", "Surgeon", "Crisis", "Miner", + "Standard", "Engineering", /*"Surgeon",*/ "Crisis", "Miner", "Janitor", "Service", "Clown", "Clerical", "Security", "Research", "Command" //"Exploration" )