From d7424e794e30efa66898a7de43c13b8d434905b0 Mon Sep 17 00:00:00 2001 From: Holdelta Date: Sat, 21 Dec 2019 22:15:34 -0800 Subject: [PATCH] Update global_vr.dm --- code/global_vr.dm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/code/global_vr.dm b/code/global_vr.dm index e2ea8549d2..cff8f895e6 100644 --- a/code/global_vr.dm +++ b/code/global_vr.dm @@ -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 @@ -53,4 +54,4 @@ var/global/list/acceptable_fruit_types= list( "vanilla", "watermelon", "wheat", - "whitebeet") \ No newline at end of file + "whitebeet")