Merge pull request #1447 from Yoshax/safetyfiring

Fixes a typo on the new preference
This commit is contained in:
Datraen
2016-04-19 21:12:35 -04:00
2 changed files with 2 additions and 2 deletions
@@ -133,7 +133,7 @@ var/list/_client_preferences_by_type
disabled_description = "Hide"
/datum/client_preference/safefiring
description = "Safe gun firing."
description = "Gun Firing Intent Requirement"
key = "SAFE_FIRING"
enabled_description = "Safe"
disabled_description = "Dangerous"