diff --git a/code/game/jobs/job/engineering.dm b/code/game/jobs/job/engineering.dm index 664f9ecee19..c9e3f50ab28 100644 --- a/code/game/jobs/job/engineering.dm +++ b/code/game/jobs/job/engineering.dm @@ -146,7 +146,7 @@ department_flag = ENGSEC faction = "Station" total_positions = 3 - spawn_positions = 2 + spawn_positions = 3 intro_prefix = "an" supervisors = "the chief engineer" selection_color = "#c67519" diff --git a/html/changelogs/fabiank3-bugfix-atmos-spawnpoints-count.yml b/html/changelogs/fabiank3-bugfix-atmos-spawnpoints-count.yml new file mode 100644 index 00000000000..6a45d759c55 --- /dev/null +++ b/html/changelogs/fabiank3-bugfix-atmos-spawnpoints-count.yml @@ -0,0 +1,6 @@ +author: FabianK3 + +delete-after: True + +changes: + - bugfix: "Fixed Atmospheric technician spawn slot count, now three out of three ATs can spawn at roundstart instead of two out of three."