Files
CHOMPStation2/code/global_vr.dm

34 lines
790 B
Plaintext

/hook/startup/proc/modules_vr()
robot_module_types += "Medihound"
robot_module_types += "K9"
robot_module_types += "Janihound"
robot_module_types += "Sci-borg"
robot_module_types += "Pupdozer"
return 1
var/global/list/acceptable_fruit_types= list(
"ambrosia",
"apple",
"banana",
"berry",
"cabbage",
"carrot",
"cherry",
"chili",
"eggplant",
"grape",
"greengrapes",
"lemon",
"lime",
"onion",
"orange",
"peanut",
"potato",
"pumpkin",
"rice",
"soybean",
"sugarcane",
"tomato",
"watermelon",
"wheat",
"whitebeet")