mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Use typepaths for the quirk blacklist (#77727)
## About The Pull Request The string list is awful for maintainability and is the reason the filter_invalid_quirks() proc wouldn't work properly. randomise_quirks() is still broken though. ## Why It's Good For The Game ## Changelog 🆑 fix: Incompatible quirks in existing savefiles shouldn't be possible anymore. /🆑
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
return list(
|
||||
"max_positive_quirks" = MAX_QUIRKS,
|
||||
"quirk_info" = quirk_info,
|
||||
"quirk_blacklist" = SSquirks.quirk_blacklist,
|
||||
"quirk_blacklist" = GLOB.quirk_string_blacklist,
|
||||
)
|
||||
|
||||
/datum/preference_middleware/quirks/on_new_character(mob/user)
|
||||
|
||||
Reference in New Issue
Block a user