diff --git a/code/modules/nifsoft/nif.dm b/code/modules/nifsoft/nif.dm index e987f25781..e734ad1b11 100644 --- a/code/modules/nifsoft/nif.dm +++ b/code/modules/nifsoft/nif.dm @@ -297,7 +297,7 @@ You can also set the stat of a NIF to NIF_TEMPFAIL without any issues to disable stat = NIF_TEMPFAIL return FALSE - var/percent_done = (world.time - (install_done - (15 MINUTES))) / (15 MINUTES) + var/percent_done = (world.time - (install_done - (15 MINUTES))) / (15 MINUTES) //CHOMPedit: 35 minutes down to 15 minutes. if(human.client) human.client.screen.Add(global_hud.whitense) //This is the camera static