mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
removes AI science restriction (#11783)
This commit is contained in:
@@ -41,8 +41,7 @@
|
||||
modules.Add(R.restrict_modules_to)
|
||||
else if(R.shell)
|
||||
modules.Add(GLOB.robot_module_types) // CHOMPEdit
|
||||
// CHOMPAdd Start, shell blacklist and crisis mode for shells
|
||||
modules.Remove(GLOB.shell_module_blacklist)
|
||||
// CHOMPAdd Start, crisis mode for shells
|
||||
if(R.crisis || GLOB.security_level == SEC_LEVEL_RED || R.crisis_override)
|
||||
to_chat(src, span_red("Crisis mode active. Combat module available."))
|
||||
modules |= GLOB.emergency_module_types
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
|
||||
GLOBAL_LIST_INIT(shell_module_blacklist, list(
|
||||
"Sci-borg", "Research"
|
||||
))
|
||||
@@ -5023,7 +5023,6 @@
|
||||
#include "maps\tether\tether_shuttle_defs.dm"
|
||||
#include "maps\tether\tether_telecomm_defs.dm"
|
||||
#include "maps\virtual_reality\constructVR.dm"
|
||||
#include "modular_chomp\code\global.dm"
|
||||
#include "modular_chomp\code\__defines\_planes+layers.dm"
|
||||
#include "modular_chomp\code\_global_vars\list\names.dm"
|
||||
#include "modular_chomp\code\_onclick\hud\alert.dm"
|
||||
|
||||
Reference in New Issue
Block a user