Skip to content

Commit

Permalink
[HaCreator] 'tokyoBossParty' map props
Browse files Browse the repository at this point in the history
  • Loading branch information
lastbattle committed Dec 22, 2020
1 parent 2fde2c8 commit 6597e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HaCreator/Wz/MapLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public static List<string> VerifyMapPropsKnown(WzImage mapImage, bool userless)
MessageBox.Show("The map you are opening has the feature \"" + prop.Name + "\", which is purposely not supported in the editor.\r\nTo get around this, HaCreator will copy the original feature's data byte-to-byte. This might cause the feature to stop working if it depends on map objects, such as footholds or mobs.");
}
continue;

case "tokyoBossParty": // Neo Tokyo 802000801.img
case "skyWhale":
case "rectInfo":
case "directionInfo":
Expand Down

0 comments on commit 6597e53

Please sign in to comment.