refactors some gun things (#4036)

* wow

* wack

* fix

* fix

* fuck you

* i am declaring war on gun devs

* fix

* fix

Co-authored-by: fake_vm_user <fake_vm_user>
This commit is contained in:
silicons
2022-05-12 14:41:29 -07:00
committed by GitHub
parent eada4cef69
commit e88f63cd33
94 changed files with 463 additions and 418 deletions

View File

@@ -257,6 +257,13 @@ var/list/_client_preferences_by_type
enabled_description = "Announce"
disabled_description = "Silent"
/datum/client_preference/help_intent_firing
description = "Allow firing on help intent"
key = "HELP_INTENT_SAFETY"
enabled_by_default = FALSE
enabled_description = "Allow"
disabled_description = "Forbid"
/datum/client_preference/status_indicators
description = "Status Indicators"
key = "SHOW_STATUS"