mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Completely removes Vox from the game. (#10028)
This commit is contained in:
@@ -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
|
||||
// =================================================================
|
||||
|
||||
Reference in New Issue
Block a user