Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CC form update but valid #1439

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion modular_ss220/bureaucracy/code/forms.dm
Original file line number Diff line number Diff line change
Expand Up @@ -456,9 +456,11 @@ GLOBAL_LIST_INIT(bureaucratic_forms, list())
notice = "Перед заполнением прочтите от начала до конца | Высокий приоритет"
confidential = TRUE
req_access = ACCESS_CENT_GENERAL
text = "\[small\]Станция — \[b\]Центральное командование\[/b\]\[br\]Год: 2568\[br\]Время: \[time\]\[/small\]\[br\]\[i\]\[large\]\[b\]\[field\] \[b\]\[/large\]\[/i\]\[/grid\]\[hr\]\[center\]Приветствую экипаж и руководство \[station\]!\[/center\]\[br\]\[br\]\[field\]\[br\]\[small\]\[i\]\[br\]Подпись: \[sign\]\[/i\], в должности: \[i\]\[field\].\[/i\]\[/small\]"
footer = footer_confidential

/datum/bureaucratic_form/NT_COM_00/New()
text = "\[small\]Станция — \[b\]Центральное командование\[/b\]\[br\]Год: [GLOB.game_year]\[br\]Время: \[time\]\[/small\]\[br\]\[i\]\[large\]\[b\]\[field\] \[b\]\[/large\]\[/i\]\[/grid\]\[hr\]\[center\]Приветствую экипаж и руководство \[station\]!\[/center\]\[br\]\[br\]\[field\]\[br\]\[small\]\[i\]\[br\]Подпись: \[sign\]\[/i\], в должности: \[i\]\[field\].\[/i\]\[/small\]"

/datum/bureaucratic_form/NT_COM_01
name = "Форма NT-COM-01"
id = "NT-COM-01"
Expand Down
Loading