forked from MagicBane/Server
Parsing of effect description
This commit is contained in:
@@ -65,6 +65,7 @@ public class EffectsParser {
|
|||||||
while (matcher.find())
|
while (matcher.find())
|
||||||
effectEntry.sources.add(matcher.group(1).trim());
|
effectEntry.sources.add(matcher.group(1).trim());
|
||||||
|
|
||||||
|
// Parse modifier entries
|
||||||
|
|
||||||
return effectEntry;
|
return effectEntry;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user