Implement the remaining Choose buttons for the special node edit dialog.

Also:
- Fix text response node using wrong string for response matching
- Fix inability to change PC race during party creation
- Info string area in select trait dialog widened considerably
This commit is contained in:
2014-12-27 17:25:46 -05:00
parent ddbc143c84
commit df25711e87
8 changed files with 194 additions and 301 deletions

View File

@@ -117,6 +117,9 @@ void cSpecial::append(legacy::special_node_type& old){
} else ex2a = 11;
ex2b = 0;
break;
case 154: // text response
ex1a -= 160;
break;
case 229: // Outdoor store - fix spell IDs
if(ex1b == 1 || ex1b == 2)
ex1a += 30;