Support coord_event_weather

This commit is contained in:
Marcus Huderle
2018-02-12 13:12:47 -08:00
parent 7594fbf3ed
commit 22722f09c7
2 changed files with 23 additions and 2 deletions

View File

@@ -549,6 +549,9 @@ void MainWindow::updateSelectedObjects() {
fields << "coord_unknown1";
fields << "coord_unknown2";
}
else if (event_type == "trap_weather") {
fields << "weather";
}
else if (event_type == "sign") {
fields << "type";
fields << "script_label";