mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Fixes some inconsistencies with CentCom & Nanotrasen capitalization, and a couple typos (#49469)
typo fixes, inconsistencies with Nanotrasen capitalization, ect
This commit is contained in:
@@ -272,7 +272,7 @@
|
||||
|
||||
var/list/departments = target_dept
|
||||
if(is_centcom)
|
||||
departments = list("Centcom" = get_all_centcom_jobs())
|
||||
departments = list("CentCom" = get_all_centcom_jobs())
|
||||
else if(isnull(departments))
|
||||
departments = list(
|
||||
CARDCON_DEPARTMENT_COMMAND = list("Captain"),//lol
|
||||
|
||||
Reference in New Issue
Block a user