mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-03-21 17:34:13 -05:00
updates from discord bugfixes
This commit is contained in:
parent
7cd9da7fc0
commit
001b83d568
|
|
@ -496,7 +496,7 @@ namespace HavenSoft.HexManiac.Core.ViewModels.Tools {
|
|||
|
||||
if (context.ContentBoundaryCount > 0) {
|
||||
// stream content
|
||||
if (!context.ContentBoundaryIndex.InRange(0, StreamTypes.Count)) return null;
|
||||
if (StreamTypes is null || !context.ContentBoundaryIndex.InRange(0, StreamTypes.Count)) return null;
|
||||
var expectedType = StreamTypes[context.ContentBoundaryIndex];
|
||||
if (expectedType == ExpectedPointerType.Mart) {
|
||||
var options = parser.ReadOptions(model, HardcodeTablesModel.ItemsTableName, context.Line);
|
||||
|
|
|
|||
|
|
@ -927,7 +927,7 @@ if no_values_set:
|
|||
'BoneClub', 'BoneRush',
|
||||
'Bonemerang', 'BulletSeed',
|
||||
'Earthquake', 'EggBomb',
|
||||
'Explosion', 'Fissure',
|
||||
'Explosion', 'Fake Out', 'Fissure',
|
||||
'IcicleSpear', 'Magnitude',
|
||||
'PayDay', 'PinMissile',
|
||||
'PoisonSting', 'Present',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user