# for [B]FFH2[/B] place unique improvements and lairs
if is_BtS_FFH2 or is_BtS_FF :
try :
restoreFfH2Options()
except :
writeLog("", False, ["", " An error occured during restoreFfH2Options ..."])
writeError()
try :
StoAddFFH2UniqueIprovements()
except :
writeLog("", True, ["", " An error occured during StoAddFFH2UniqueIprovements implementation ..."])
writeError()
try :
StoAddFFH2Lairs()
except :
writeLog("", True, ["", " An error occured during StoAddFFH2Lairs implementation ..."])
writeError()