From 84bd777fb862a3c0a64cb2bb98e63e723e6b09f8 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 29 Mar 2020 20:10:07 -0400 Subject: [PATCH] Forgot that those vars were exported --- code/game/machinery/suit_storage_unit.dm | 4 ++-- code/game/machinery/suit_storage_unit_vr.dm | 17 ++--------------- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/code/game/machinery/suit_storage_unit.dm b/code/game/machinery/suit_storage_unit.dm index 0a24a9105b..b4850d0fc4 100644 --- a/code/game/machinery/suit_storage_unit.dm +++ b/code/game/machinery/suit_storage_unit.dm @@ -586,9 +586,9 @@ var/electrified = 0 //Departments that the cycler can paint suits to look like. - var/list/departments = list("Engineering","Mining","Medical","Security","Atmos","HAZMAT","Construction","Biohazard","Emergency Medical Response","Crowd Control","Exploration","Pilot Blue","Pilot") //VORESTATION EDIT + var/list/departments = list("Engineering","Mining","Medical","Security","Atmos","HAZMAT","Construction","Biohazard","Emergency Medical Response","Crowd Control") //Species that the suits can be configured to fit. - var/list/species = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_UNATHI, SPECIES_TAJ, SPECIES_TESHARI, SPECIES_AKULA, SPECIES_SERGAL, SPECIES_VULPKANIN) //VORESTATION EDIT + var/list/species = list(SPECIES_HUMAN,SPECIES_SKRELL,SPECIES_UNATHI,SPECIES_TAJ, SPECIES_TESHARI) var/target_department var/target_species diff --git a/code/game/machinery/suit_storage_unit_vr.dm b/code/game/machinery/suit_storage_unit_vr.dm index 03a84d54fa..b3e7c78fd0 100644 --- a/code/game/machinery/suit_storage_unit_vr.dm +++ b/code/game/machinery/suit_storage_unit_vr.dm @@ -1,19 +1,6 @@ /obj/machinery/suit_cycler - species = list( - SPECIES_HUMAN, - SPECIES_SKRELL, - SPECIES_UNATHI, - SPECIES_TAJ, - SPECIES_TESHARI, - SPECIES_AKULA, - SPECIES_ALRAUNE, - SPECIES_NEVREAN, - SPECIES_RAPALA, - SPECIES_SERGAL, - SPECIES_VASILISSAN, - SPECIES_VULPKANIN, - SPECIES_ZORREN_HIGH - ) + departments = list("Engineering","Mining","Medical","Security","Atmos","HAZMAT","Construction","Biohazard","Emergency Medical Response","Crowd Control","Exploration","Pilot Blue","Pilot") + species = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_UNATHI, SPECIES_TAJ, SPECIES_TESHARI, SPECIES_AKULA, SPECIES_SERGAL, SPECIES_VULPKANIN) // Old Exploration is too WIP to use right now /obj/machinery/suit_cycler/exploration