Infinite wall fixes, pressure damage to sub, sub/mode voting & randomization working now, better ui scaling
This commit is contained in:
@@ -160,7 +160,7 @@ namespace Barotrauma
|
||||
|
||||
infoBox = CreateInfoFrame("The amount of power generated by the reactor should be kept close to the amount of power consumed by the devices in the submarine. "
|
||||
+"If there isn't enough power, devices won't function properly (or at all), and if there's too much power, some devices may be damaged."
|
||||
+" Try to raise the temperature of the reactor close to 3000 degrees by adjusting the fission and cooling rates.");
|
||||
+" Try to raise the temperature of the reactor close to 3000 degrees by adjusting the fission and cooling rates.", true);
|
||||
|
||||
while (Math.Abs(reactor.Temperature-3000.0f) > 100.0f)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user