Enable the hunting code path for an additional advantage of cave lore/woodsman traits

- However, this won't be enabled in legacy scenarios since it requires setting terrain special abilities
This commit is contained in:
2015-01-26 15:16:26 -05:00
parent 01174bdcf0
commit a3c998eaad
10 changed files with 49 additions and 44 deletions

View File

@@ -230,7 +230,8 @@ static short get_small_icon(ter_num_t ter){
case eTerSpec::IS_A_CONTAINER:
icon = 36;
break;
case eTerSpec::WATERFALL:
case eTerSpec::WATERFALL_CAVE:
case eTerSpec::WATERFALL_SURFACE:
icon = -1;
break;
case eTerSpec::CONVEYOR: