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 += "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")
|
||||||
|
|||||||
Reference in New Issue
Block a user