Misc little things

- Some item abilities didn't appear in the editor ability selection dialog
- If have (+take) nodes took by default (ie when left at -1)
- Rename button in edit terrain dialog, as the old name barely fit
This commit is contained in:
2015-06-30 12:53:42 -04:00
parent c1dbe192a1
commit 74273783b9
4 changed files with 8 additions and 8 deletions

View File

@@ -842,7 +842,7 @@ void place_party(short direction) {
where_in_a++;
how_many_ok--;
// if(how_many_ok > 1) {
while(!spot_ok[where_in_a])
while(!spot_ok[where_in_a] && where_in_a < 14)
where_in_a++;
// }
}