attempt to parse 2 worded values
This commit is contained in:
@@ -135,6 +135,9 @@ public class EffectsParser {
|
||||
if(inMod.type.equals("Health"))
|
||||
maxValue = 7;
|
||||
|
||||
if(data.length < maxValue)
|
||||
maxValue = data.length;
|
||||
|
||||
inMod.values = new ArrayList<>();
|
||||
|
||||
for (int i = 1; i < data.length; i++)
|
||||
|
||||
Reference in New Issue
Block a user