Infinite wall fixes, pressure damage to sub, sub/mode voting & randomization working now, better ui scaling

This commit is contained in:
Regalis
2015-10-31 00:29:51 +02:00
parent dc4b502248
commit bcc96cee97
33 changed files with 1068 additions and 151 deletions

View File

@@ -47,7 +47,7 @@ namespace Barotrauma.Items.Components
{
base.Update(deltaTime, cam);
if (voltage>=minVoltage)
if (voltage >= minVoltage)
{
pingState = (pingState + deltaTime * 0.5f);
if (pingState>1.0f)