Release 0.14.9.0

This commit is contained in:
Markus Isberg
2021-08-26 00:57:37 +09:00
parent 27dd9e6022
commit 4a9727e58f
14 changed files with 48 additions and 54 deletions
@@ -282,7 +282,7 @@ namespace Barotrauma
{
Item matchingItem = character.Inventory.FindItemByIdentifier(treatmentSuitability.Key, true);
if (matchingItem == null) { continue; }
character.SelectCharacter(targetCharacter);
if (targetCharacter != character) { character.SelectCharacter(targetCharacter); }
ApplyTreatment(affliction, matchingItem);
//wait a bit longer after applying a treatment to wait for potential side-effects to manifest
treatmentTimer = TreatmentDelay * 4;