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 "++":
|
||||
effect = "Med";
|
||||
break;
|
||||
case "+++":
|
||||
case "++++":
|
||||
case "+++++":
|
||||
effect = "High";
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue