(2c8e14bca) Added edge variants for new environment base textures

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:54:50 +03:00
parent e9664d3639
commit 0bb541bce8
29 changed files with 438 additions and 405 deletions
@@ -73,21 +73,6 @@ namespace Barotrauma
}
}
public override void Update(float deltaTime)
{
if (objectiveManager.CurrentObjective == this)
{
if (randomTimer > 0)
{
randomTimer -= deltaTime;
}
else
{
SetRandom();
}
}
}
public override bool IsCompleted() => false;
public override bool CanBeCompleted => true;