Update nif.dm

missing edit comment
This commit is contained in:
Aroliacue
2023-07-13 21:54:56 +10:00
committed by GitHub
parent 01b1dc0a21
commit b1534e3adf

View File

@@ -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