Make attack anims a preference

This commit is contained in:
Arokha Sieyes
2018-02-15 17:26:58 -06:00
parent ba8c2a3447
commit a88dfd0d20
2 changed files with 14 additions and 1 deletions

View File

@@ -111,6 +111,12 @@ var/list/_client_preferences_by_type
enabled_description = "Show"
disabled_description = "Hide"
/datum/client_preference/attack_icons
description ="Attack icons"
key = "ATTACK_ICONS"
enabled_description = "Show"
disabled_description = "Hide"
/datum/client_preference/show_typing_indicator
description ="Typing indicator"
key = "SHOW_TYPING"