Remove submarines markers from radar in combat missions

This should make the mission type a lot more fun.
This commit is contained in:
juanjp600
2016-09-27 19:42:15 -03:00
parent 4e9ea758cb
commit e318034a1a
3 changed files with 16 additions and 6 deletions
+2 -1
View File
@@ -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;