Update global_vr.dm

This commit is contained in:
Holdelta
2019-12-21 22:15:34 -08:00
committed by GitHub
parent 9d8f2428d9
commit d7424e794e

View File

@@ -4,13 +4,14 @@
robot_module_types += "Janihound" robot_module_types += "Janihound"
robot_module_types += "Sci-borg" robot_module_types += "Sci-borg"
robot_module_types += "Pupdozer" robot_module_types += "Pupdozer"
robot_module_types += "Servicehound" robot_module_types += "Servicehound" //YW changes
return 1 return 1
var/list/shell_module_types = list( var/list/shell_module_types = list(
"Standard", "Engineering", "Surgeon", "Crisis", "Standard", "Engineering", "Surgeon", "Crisis",
"Miner", "Janitor", "Service", "Clerical", "Miner", "Janitor", "Service", "Clerical",
"Medihound", "Janihound", "Servicehound" "Medihound", "Janihound",
"Servicehound" //YW changes
) )
var/list/eventdestinations = list() // List of scatter landmarks for VOREStation event portals var/list/eventdestinations = list() // List of scatter landmarks for VOREStation event portals
@@ -53,4 +54,4 @@ var/global/list/acceptable_fruit_types= list(
"vanilla", "vanilla",
"watermelon", "watermelon",
"wheat", "wheat",
"whitebeet") "whitebeet")