diff --git a/code/__DEFINES/uplink.dm b/code/__DEFINES/uplink.dm index 3a7b847057c..d8cda44e591 100644 --- a/code/__DEFINES/uplink.dm +++ b/code/__DEFINES/uplink.dm @@ -10,5 +10,5 @@ #define UPLINK_CLOWN_OPS (1 << 2) /// Progression gets turned into a user-friendly form. This is just an abstract equation that makes progression not too large. -#define DISPLAY_PROGRESSION(time) round(time/600, 0.01) +#define DISPLAY_PROGRESSION(time) round(time/60, 0.01)