Fixes DEFINE typo (#36014)

This commit is contained in:
Eneocho
2024-02-19 19:40:10 -03:00
committed by GitHub
parent cc37f9eade
commit c902be52b2

View File

@@ -27,7 +27,7 @@
#define HIGHROLLER_SLOWDOWN 1.4
#define COMMAND_POSITIONS list("Captain", "Head of Personnel", "Head of Security", "Chief Engineer", "Research Director", "Chief Medical Officer")
#define ENGINEERING_POSITIONS list("Chief Engineer", "Station Engineer", "Atmospheric Technician", "Mechanic")
#define ENGINEERING_POSITIONS list("Chief Engineer", "Station Engineer", "Atmospheric Technician", "Mechanic")
#define MEDICAL_POSITIONS list("Chief Medical Officer", "Medical Doctor", "Geneticist", "Virologist", "Paramedic", "Chemist", "Orderly")
#define SCIENCE_POSITIONS list("Research Director", "Scientist", "Geneticist", "Roboticist", "Mechanic")
#define CIVILIAN_POSITIONS list("Head of Personnel", "Bartender", "Botanist", "Chef", "Janitor", "Librarian", "Internal Affairs Agent", "Chaplain", "Clown", "Mime", "Assistant")