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
@@ -324,12 +324,12 @@ as performing this in action() will cause the upgrade to end up in the borg inst
/obj/item/borg/upgrade/lavaproof/action(mob/living/silicon/robot/R, user = usr)
. = ..()
if(.)
R.weather_immunities += "lava"
ADD_TRAIT(src, TRAIT_LAVA_IMMUNE, type)
/obj/item/borg/upgrade/lavaproof/deactivate(mob/living/silicon/robot/R, user = usr)
. = ..()
if (.)
R.weather_immunities -= "lava"
REMOVE_TRAIT(src, TRAIT_LAVA_IMMUNE, type)
/obj/item/borg/upgrade/selfrepair
name = "self-repair module"