From: Pieter-Jan Briers Date: Sat, 27 Jan 2024 02:53:43 +0000 (+0100) Subject: Make PACMANs a little better (#24604) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=f855cb2b0065083447128778c31c2a93bcd70a6a;p=space-station-14.git Make PACMANs a little better (#24604) * PACMAN generators show network load/supply. This gives more feedback to players that their PACMAN is properly connected and what the network status is (i.e. you don't have enough generators). * Buff JRPACMAN to 8 kW. Shifted all power values up by +3 kW. They're frequently too weak to power even single rooms so they deserve a buff. * Change unit format helpers number format. Always displays one digit of precision. This avoids jumping around when a value is changing live. --- diff --git a/Content.Client/Power/Generator/GeneratorWindow.xaml b/Content.Client/Power/Generator/GeneratorWindow.xaml index bae63a09ed..85127a9644 100644 --- a/Content.Client/Power/Generator/GeneratorWindow.xaml +++ b/Content.Client/Power/Generator/GeneratorWindow.xaml @@ -1,8 +1,8 @@  @@ -32,6 +32,11 @@