Remove submarines markers from radar in combat missions
This should make the mission type a lot more fun.
This commit is contained in:
@@ -30,7 +30,6 @@ namespace Barotrauma
|
||||
|
||||
class Submarine : Entity
|
||||
{
|
||||
|
||||
public static string SavePath = "Submarines";
|
||||
|
||||
public static readonly Vector2 HiddenSubStartPosition = new Vector2(-50000.0f, 80000.0f);
|
||||
@@ -86,6 +85,8 @@ namespace Barotrauma
|
||||
set { name = value; }
|
||||
}
|
||||
|
||||
public bool OnRadar = true;
|
||||
|
||||
public string Description
|
||||
{
|
||||
get;
|
||||
|
||||
Reference in New Issue
Block a user