Blades of Exile :

*SDF[0][x] can now be set/checked by using the "Set SDF" debug command (Shift-S).

Scenario Editor :
*Implemented Ishad Nha's "Concise Town report" function (accessible under Town Advanced).

Chokboyz

git-svn-id: http://openexile.googlecode.com/svn/trunk@127 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
Chokboyz
2009-09-20 15:21:58 +00:00
parent 1dba4903a1
commit 1cda877ad6
6 changed files with 141 additions and 12 deletions

View File

@@ -710,6 +710,10 @@ Boolean handle_menu (short item, HMENU menu)
}
break;
case 221: if (fancy_choice_dialog(877,0) == 1) // make concise town report
start_town_data_dump();
break;
// Outdoor Menu
case 301: outdoor_details(); break;
case 302: edit_out_wand(0); break;