Skip to content

Commit

Permalink
CC form update but valid (#1439)
Browse files Browse the repository at this point in the history
<!-- Пишите **НИЖЕ** заголовков и **ВЫШЕ** комментариев, иначе что то
может пойти не так. -->
<!-- Вы можете прочитать Contributing.MD, если хотите узнать больше. -->

## Что этот PR делает
Пишет в форме год из глобальной переменной вместо хардкода.

## Почему это хорошо для игры
Год в форме будет актуальным даже в следующем году.

## Тестирование


![image](https://github.com/user-attachments/assets/8174c454-1f86-413b-9b86-b9af8c88ee81)
  • Loading branch information
m-dzianishchyts authored Aug 20, 2024
1 parent b8cfff2 commit 449920f
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 449920f

Please sign in to comment.