Bug fixes, add type name to TypeIdentifier
This commit is contained in:
		| @@ -10,7 +10,7 @@ namespace PkmnLib.Plugin.Gen7.Libraries; | ||||
|  | ||||
| public class Gen7MiscLibrary : IMiscLibrary | ||||
| { | ||||
|     private readonly IMoveData _struggleData = new MoveDataImpl("struggle", new TypeIdentifier(0), | ||||
|     private readonly IMoveData _struggleData = new MoveDataImpl("struggle", new TypeIdentifier(0, "none"), | ||||
|         MoveCategory.Physical, 50, 255, 255, MoveTarget.Any, 0, | ||||
|         new SecondaryEffectImpl(-1, "struggle", new Dictionary<StringKey, object?>()), []); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user