Allow specials to trigger while in a boat.

This commit is contained in:
2014-12-10 19:58:09 -05:00
parent 75b4dfa9e6
commit ff5a8cb4c2
3 changed files with 10 additions and 2 deletions

View File

@@ -527,8 +527,10 @@ void put_party_in_scen(std::string scen_name)
// Compatibility flags
if(scenario.format.prog_make_ver[0] < 2){
PSD[SDF_RESURRECT_NO_BALM] = 1;
PSD[SDF_NO_BOAT_SPECIALS] = 1;
} else {
PSD[SDF_RESURRECT_NO_BALM] = 0;
PSD[SDF_NO_BOAT_SPECIALS] = 0;
}
}