Bug fixes, add type name to TypeIdentifier
This commit is contained in:
@@ -26,7 +26,7 @@ public class Hail : Script
|
||||
{
|
||||
if (!battle.Library.StaticLibrary.Types.TryGetTypeIdentifier("ice", out var iceType))
|
||||
{
|
||||
iceType = new TypeIdentifier(255);
|
||||
iceType = new TypeIdentifier(255, "non_existent");
|
||||
}
|
||||
foreach (var side in battle.Sides)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user