Merge pull request #15961 from zeroisthebiggay/sevakillmarktwo

Removes the SEVA suit, replacing it with the HEVA suit - an ash-storm proof alternative.
This commit is contained in:
silicons
2023-03-04 23:36:36 -08:00
committed by GitHub
44 changed files with 277 additions and 256 deletions
+7 -2
View File
@@ -127,8 +127,13 @@ GLOBAL_LIST_INIT(traits_by_type, list(
"TRAIT_FRIENDLY" = TRAIT_FRIENDLY,
"TRAIT_IWASBATONED" = TRAIT_IWASBATONED,
"TRAIT_SPACEWALK" = TRAIT_SPACEWALK,
"TRAIT_SALT_SENSITIVE" = TRAIT_SALT_SENSITIVE
),
"TRAIT_SALT_SENSITIVE" = TRAIT_SALT_SENSITIVE,
"TRAIT_LAVA_IMMUNE" = TRAIT_LAVA_IMMUNE,
"TRAIT_ASHSTORM_IMMUNE" = TRAIT_ASHSTORM_IMMUNE,
"TRAIT_SNOWSTORM_IMMUNE" = TRAIT_SNOWSTORM_IMMUNE,
"TRAIT_VOIDSTORM_IMMUNE" = TRAIT_VOIDSTORM_IMMUNE,
"TRAIT_WEATHER_IMMUNE" = TRAIT_WEATHER_IMMUNE
),
/obj/item/bodypart = list(
"TRAIT_PARALYSIS" = TRAIT_PARALYSIS
),