Update global_vr.dm

This commit is contained in:
Sharkmare
2020-01-11 23:41:18 +01:00
committed by GitHub
parent 75e2bc2dc5
commit f1ce718fe8

View File

@@ -2,6 +2,7 @@
robot_module_types += "Medihound" robot_module_types += "Medihound"
robot_module_types += "K9" robot_module_types += "K9"
robot_module_types += "Janihound" robot_module_types += "Janihound"
robot_module_types += "BoozeHound" //CHOMP edit.
robot_module_types += "Sci-borg" robot_module_types += "Sci-borg"
robot_module_types += "Pupdozer" robot_module_types += "Pupdozer"
return 1 return 1
@@ -52,4 +53,4 @@ var/global/list/acceptable_fruit_types= list(
"vanilla", "vanilla",
"watermelon", "watermelon",
"wheat", "wheat",
"whitebeet") "whitebeet")