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

add: auto dnr after death preference #6629

Draft
wants to merge 11 commits into
base: master220
Choose a base branch
from
Draft
Changes from 1 commit
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
Prev Previous commit
whoops.
  • Loading branch information
Antoonij authored Mar 6, 2025
commit ffed1fcc8e294a47b59e1161f479f29dff851754
2 changes: 1 addition & 1 deletion code/__HELPERS/global_lists.dm
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
if(!pref_toggle.name)
continue

GLOB.preference_toggles[path] = new path()
GLOB.preference_toggles[pref_toggle] = new pref_toggle()

// Init chemical reagents
init_datum_subtypes(/datum/reagent, GLOB.chemical_reagents_list, null, "id")
Expand Down