Files
CHOMPstation/code/global_vr.dm
2019-08-25 22:25:15 -07:00

12 lines
371 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"
robot_module_types += "Vore Services" //edit chompers
robot_module_types += "Medivore"
robot_module_types += "BoozeHound"
robot_module_types += "Service-borg"
return 1