diff --git a/code/game/jobs/job/science.dm b/code/game/jobs/job/science.dm index c2239c1bbb2..36ca7182878 100644 --- a/code/game/jobs/job/science.dm +++ b/code/game/jobs/job/science.dm @@ -138,7 +138,6 @@ access = list(access_robotics, access_tox, access_tox_storage, access_tech_storage, access_morgue, access_research) //As a job that handles so many corpses, it makes sense for them to have morgue access. minimal_access = list(access_robotics, access_tech_storage, access_morgue, access_research) //As a job that handles so many corpses, it makes sense for them to have morgue access. - alt_titles = list("Biomechanical Engineer","Mechatronic Engineer") minimal_player_age = 7 diff --git a/html/changelogs/alberyk-norotocisalttitle.yml b/html/changelogs/alberyk-norotocisalttitle.yml new file mode 100644 index 00000000000..e6d6a9aa842 --- /dev/null +++ b/html/changelogs/alberyk-norotocisalttitle.yml @@ -0,0 +1,6 @@ +author: Alberyk + +delete-after: True + +changes: + - rscdel: "Removed roboticist alt titles."