Combat missions don't reset the "allow respawn" setting
This commit is contained in:
@@ -48,6 +48,11 @@ namespace Barotrauma
|
||||
set { completed = value; }
|
||||
}
|
||||
|
||||
public virtual bool AllowRespawn
|
||||
{
|
||||
get { return true; }
|
||||
}
|
||||
|
||||
public virtual string RadarLabel
|
||||
{
|
||||
get { return radarLabel; }
|
||||
|
||||
Reference in New Issue
Block a user