Handle missing effect full range of "+"s
This commit is contained in:
parent
565aaf0838
commit
e3e019e3f7
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ namespace Observatory.Framework.Files.Converters
|
||||||
case "++":
|
case "++":
|
||||||
effect = "Med";
|
effect = "Med";
|
||||||
break;
|
break;
|
||||||
|
case "+++":
|
||||||
|
case "++++":
|
||||||
case "+++++":
|
case "+++++":
|
||||||
effect = "High";
|
effect = "High";
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue