Removes the Butler title (because it was added upstream) (#1877)

## About The Pull Request

Title.


## Why It's Good For The Game

It was added upstream. It's no longer needed down here.

## Changelog
🆑
del: Duplicate Butler title is gone.
/🆑
This commit is contained in:
Cursor
2024-08-01 15:56:48 +02:00
committed by GitHub
parent 6662048921
commit 5de8dbc258
@@ -6,6 +6,3 @@
"Brig Physician",
"Combat Medic",
)
/datum/job/assistant/New()
alt_titles += list("Butler")
. = ..()