GallowsCalibrator and Waterpig's fixes, but squash

This commit is contained in:
nevimer
2025-03-16 01:55:41 -04:00
parent 6b78f4e3a3
commit 368543b6fd
125 changed files with 470 additions and 623 deletions
@@ -103,8 +103,10 @@ PROCESSING_SUBSYSTEM_DEF(quirks)
if(initial(quirk_type.erp_quirk) && CONFIG_GET(flag/disable_erp_preferences))
continue
// Hidden quirks aren't visible to TGUI or the player
#if !defined(UNIT_TESTS)
if (initial(quirk_type.hidden_quirk))
continue
#endif
// SKYRAT EDIT ADDITION END
quirks[initial(quirk_type.name)] = quirk_type