OBT/1.2.0(Spring Update)
Sync with Upstream
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Barotrauma.Extensions;
|
||||
using Barotrauma.Extensions;
|
||||
using Barotrauma.Items.Components;
|
||||
using Microsoft.Xna.Framework;
|
||||
using System;
|
||||
@@ -301,7 +301,7 @@ namespace Barotrauma
|
||||
|
||||
partial void OnStateChangedProjSpecific();
|
||||
|
||||
protected override bool DetermineCompleted()
|
||||
protected override bool DetermineCompleted(CampaignMode.TransitionType transitionType)
|
||||
{
|
||||
return Phase == MissionPhase.BossKilled;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user