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

fix: build now compiles #361

Merged
merged 1 commit into from
Oct 7, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions code/modules/security_levels/security_levels.dm
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ GLOBAL_DATUM_INIT(security_announcement, /datum/announcer, new(config_type = /da

SSnightshift.check_nightshift(TRUE)
SSblackbox.record_feedback("tally", "security_level_changes", 1, level)
#ifndef MODPACK_MAIN_ONLY
update_ids() // SS220 EDIT - ADDITION
#endif

else
return
Expand Down
2 changes: 1 addition & 1 deletion modular_ss220/modular_ss220.dme
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

// --- PRIME --- //
// #define MODPACK_MAIN_ONLY
// Чтобы отключить модпаки прайма, нужно раскоментировать строку выше.
// Чтобы отключить модпаки прайма, нужно добавиту строку выше в code/__DEFINES/_ss220.dm.
// Изначально они включены. Сделано так, по двум причинам.
// 1. Добавить новый дефайн на мейне на хосте куда проще, чем на прайме.
// 2. Так модпаки прайма будут включены в тестах и линтере.
Expand Down