mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Update global_vr.dm
This commit is contained in:
@@ -4,13 +4,14 @@
|
||||
robot_module_types += "Janihound"
|
||||
robot_module_types += "Sci-borg"
|
||||
robot_module_types += "Pupdozer"
|
||||
robot_module_types += "Servicehound"
|
||||
robot_module_types += "Servicehound" //YW changes
|
||||
return 1
|
||||
|
||||
var/list/shell_module_types = list(
|
||||
"Standard", "Engineering", "Surgeon", "Crisis",
|
||||
"Miner", "Janitor", "Service", "Clerical",
|
||||
"Medihound", "Janihound", "Servicehound"
|
||||
"Medihound", "Janihound",
|
||||
"Servicehound" //YW changes
|
||||
)
|
||||
|
||||
var/list/eventdestinations = list() // List of scatter landmarks for VOREStation event portals
|
||||
|
||||
Reference in New Issue
Block a user