Skip to content

Commit

Permalink
fix: build now compiles (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior authored Oct 7, 2023
1 parent 6b72bee commit 8e1aec8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

0 comments on commit 8e1aec8

Please sign in to comment.