mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +01:00
Merge pull request #16403 from ShadowLarkens/ai_shells
Give the AI back most of their shell options (not research)
This commit is contained in:
+2
-1
@@ -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", "Security"
|
||||
)
|
||||
// List of whitelisted modules
|
||||
var/list/whitelisted_module_types = list(
|
||||
|
||||
Reference in New Issue
Block a user