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:
@@ -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++;
|
||||
// }
|
||||
}
|
||||
|
Reference in New Issue
Block a user