Merge pull request #7171 from VOREStation/pol-itemtips

Add inventory item tooltips
This commit is contained in:
Atermonera
2020-05-21 11:29:27 -07:00
committed by GitHub
4 changed files with 38 additions and 1 deletions
@@ -128,6 +128,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"