mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-02-07 14:51:11 +00:00
12 lines
371 B
Plaintext
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
|