|
|
@ -58,6 +58,7 @@ public class EffectsParser { |
|
|
|
|
|
|
|
|
|
|
|
// Some effects exist without sources/mods or conditions
|
|
|
|
// Some effects exist without sources/mods or conditions
|
|
|
|
// (ACID "MOB" 0)
|
|
|
|
// (ACID "MOB" 0)
|
|
|
|
|
|
|
|
|
|
|
|
if (effectData.indexOf('\n') > 0) |
|
|
|
if (effectData.indexOf('\n') > 0) |
|
|
|
firstLine = effectData.substring(0, effectData.indexOf('\n')); |
|
|
|
firstLine = effectData.substring(0, effectData.indexOf('\n')); |
|
|
|
else |
|
|
|
else |
|
|
|