mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 00:26:02 +01:00
Merge pull request #3612 from VOREStation/aro-issue-3582
Ensure the right species are in suit cyclers
This commit is contained in:
@@ -1,2 +1,19 @@
|
||||
/obj/machinery/suit_cycler
|
||||
species = list("Human","Skrell","Unathi","Tajara", "Teshari", "Nevrean", "Akula", "Sergal", "Flatland Zorren", "Highlander Zorren", "Vulpkanin", "Promethean", "Xenomorph Hybrid", "Xenochimera","Vasilissan", "Rapala") //Added xenochimera while I was at it. Someone put in an issue about it.
|
||||
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_XENOCHIMERA,
|
||||
SPECIES_XENOHYBRID,
|
||||
SPECIES_ZORREN_FLAT,
|
||||
SPECIES_ZORREN_HIGH
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user