forgot to do this (#17243)

This commit is contained in:
Cameron Lennox
2025-03-01 11:25:16 -05:00
committed by GitHub
parent 54e7039608
commit 96f6663aae
+1 -1
View File
@@ -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"
)