723Studio / OpenXcom_FTA

Fork of OXCE project with additions to support From the Ashes project
http://x-comfromtheashes.tilda.ws/
GNU General Public License v3.0
14 stars 18 forks source link

Update DebriefingState.cpp #181

Closed drdweeb closed 1 year ago

drdweeb commented 1 year ago

Discard abort penalty in successful STR_EVACUATION missions

issue: https://github.com/723Studio/OpenXcom_FTA/issues/108

tested with STR_SCIENTIST_REFUGE mission( + uncommented "abortPenalty 300" there).

I've set up vipsSaved = 10; vipsLost = 0; in the code to pretend the mission is a success.

abort report before:

issue_108_as_is

abort report after:

issue_108_to_be