(d9833de39) Added bug report texts to EnglishVanilla

This commit is contained in:
Joonas Rikkonen
2019-05-03 13:46:32 +03:00
parent 3371e7dca4
commit 0e96e18a24
4 changed files with 257 additions and 31 deletions
@@ -302,6 +302,19 @@ namespace Barotrauma.Items.Components
return true;
}
public override void OnItemLoaded()
{
sonar = item.GetComponent<Sonar>();
}
public override bool Select(Character character)
{
if (!CanBeSelected) return false;
user = character;
return true;
}
public override void Update(float deltaTime, Camera cam)
{
networkUpdateTimer -= deltaTime;