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
-34
View File
@@ -413,40 +413,6 @@ datum/unit_test/mob_damage/skrell/halloss
name = "MOB: Skrell Halloss Damage Check"
damagetype = PAIN
// =================================================================
// Vox
// =================================================================
datum/unit_test/mob_damage/vox
name = "MOB: Vox damage check template"
mob_type = /mob/living/carbon/human/vox
datum/unit_test/mob_damage/vox/brute
name = "MOB: Vox Brute Damage Check"
damagetype = BRUTE
datum/unit_test/mob_damage/vox/fire
name = "MOB: Vox Fire Damage Check"
damagetype = BURN
datum/unit_test/mob_damage/vox/tox
name = "MOB: Vox Toxins Damage Check"
damagetype = TOX
datum/unit_test/mob_damage/vox/oxy
name = "MOB: Vox Oxygen Damage Check"
damagetype = OXY
datum/unit_test/mob_damage/vox/clone
name = "MOB: Vox Clone Damage Check"
damagetype = CLONE
expected_vulnerability = IMMUNE
datum/unit_test/mob_damage/vox/halloss
name = "MOB: Vox Halloss Damage Check"
damagetype = PAIN
// =================================================================
// Diona
// =================================================================