Skip to content

Commit

Permalink
missed a letter
Browse files Browse the repository at this point in the history
  • Loading branch information
Putnam3145 committed Feb 18, 2018
1 parent dd76e01 commit 7366912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raw/scripts/fortbent/extra_gui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ trollCastes={
TROLL_LIME={idx=6,prefix='Ca',optional={letter='n',criterion=function(suffix) return suffix:find('[aeiousnczgpl]')==1 end},color=COLOR_LIGHTGREEN},
TROLL_OLIVE={idx=8,prefix='Le',color=COLOR_GREEN},
TROLL_JADE={idx=10,prefix='Vir',color=COLOR_LIGHTGREEN}, --16 colors and only two are green, oof
TROLL_TEAL={idx=12,prefix='Li',optional={letter='b',criterion=function(suffix) return suffix:find('[aeiouscnz]')==1 end},color=COLOR_CYAN},
TROLL_TEAL={idx=12,prefix='Li',optional={letter='b',criterion=function(suffix) return suffix:find('[aeiouscnzr]')==1 end},color=COLOR_CYAN},
TROLL_CERULEAN={idx=14,prefix='Scor',color=COLOR_LIGHTBLUE},
TROLL_INDIGO={idx=16,prefix='Sagi',color=COLOR_BLUE},
TROLL_PURPLE={idx=18,prefix='Capri',color=COLOR_MAGENTA},
Expand Down

0 comments on commit 7366912

Please sign in to comment.