From 6243e38c2f13754d11b750ffee069dd1542f905e Mon Sep 17 00:00:00 2001 From: ewew ukek Date: Wed, 20 Mar 2024 23:59:46 +0000 Subject: Color setting for attack range of monsters from ignore list This MR displays attack range of monsters from ignore attack list in different color. I picked magenta as default, this may be changed if needed. There are actor types other than monsters but looks like it's not possible to add them to ignore list anyway. * Flip if branches for readability * Color setting for attack range of monsters from ignore list **** --- src/enums/gui/usercolorid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/enums') diff --git a/src/enums/gui/usercolorid.h b/src/enums/gui/usercolorid.h index ddda8955b..541060899 100644 --- a/src/enums/gui/usercolorid.h +++ b/src/enums/gui/usercolorid.h @@ -88,6 +88,7 @@ enumStart(UserColorId) ATTACK_RANGE, ATTACK_RANGE_BORDER, MONSTER_ATTACK_RANGE, + IGNORED_MONSTER_ATTACK_RANGE, SKILL_ATTACK_RANGE, LABEL_OTHER, FLOOR_ITEM_TEXT, -- cgit v1.2.3-60-g2f50