Completely removes Vox from the game. (#10028)

This commit is contained in:
Matt Atlas
2020-10-07 13:52:08 +02:00
committed by GitHub
parent 93fdb224b4
commit b65a598b85
44 changed files with 108 additions and 801 deletions

View File

@@ -117,7 +117,7 @@ var/datum/controller/subsystem/traumas/SStraumas
"cats" = typecacheof(list(/datum/species/tajaran)),
"skrell" = typecacheof(list(/datum/species/skrell)),
"robots" = typecacheof(list(/datum/species/machine)),
"pests" = typecacheof(list(/datum/species/diona, /datum/species/bug, /datum/species/vox)),
"pests" = typecacheof(list(/datum/species/diona, /datum/species/bug)),
"paranormals" = typecacheof(list(/datum/species/shadow, /datum/species/skeleton, /datum/species/golem)),
"humans" = typecacheof(list(/datum/species/human))
)