From 8f6e134e4c15568eb50cfa0a1cee5b080e661e29 Mon Sep 17 00:00:00 2001 From: MelokGleb <99420088+MelokGleb@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:19:51 +0300 Subject: [PATCH] Big B (#86684) ## About The Pull Request makes "busser" id trim "Busser" ## Why It's Good For The Game other job's the first letter is capital ## Changelog :cl: spellcheck: busser is now Busser (with big B) /:cl: --- code/datums/id_trim/jobs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/id_trim/jobs.dm b/code/datums/id_trim/jobs.dm index c7514b86a1b..0bb7dabe262 100644 --- a/code/datums/id_trim/jobs.dm +++ b/code/datums/id_trim/jobs.dm @@ -157,7 +157,7 @@ job = /datum/job/bartender /datum/id_trim/job/pun_pun - assignment = "busser" + assignment = "Busser" trim_state = "trim_busser" department_color = COLOR_SERVICE_LIME subdepartment_color = COLOR_SERVICE_LIME