Add inventory item tooltips

This commit is contained in:
Aronai Sieyes
2020-05-14 19:16:40 -04:00
parent 41ce91e044
commit e33c305a9e
3 changed files with 36 additions and 1 deletions
@@ -165,6 +165,12 @@ var/list/_client_preferences_by_type
enabled_description = "Show"
disabled_description = "Hide"
/datum/client_preference/inv_tooltips
description ="Inventory tooltips"
key = "INV_TOOLTIPS"
enabled_description = "Show"
disabled_description = "Hide"
/datum/client_preference/attack_icons
description ="Attack icons"
key = "ATTACK_ICONS"