Port Bay-style attack animations (#4827)

* POLARIS: Attack animations

* POLARIS: Overlay flick system

You can't do this in Byond, unfortunately, so here's some code from /tg/

* Make attack anims a preference
This commit is contained in:
Aronai Sieyes
2018-02-15 22:02:04 -06:00
committed by Anewbe
parent 5a309f1aa1
commit 78d7ef1d72
7 changed files with 110 additions and 28 deletions

View File

@@ -98,6 +98,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"