updates from discord bugfixes

This commit is contained in:
haven1433 2025-11-28 10:26:38 -06:00
parent 7cd9da7fc0
commit 001b83d568
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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',