diff --git a/code/modules/nifsoft/nif.dm b/code/modules/nifsoft/nif.dm
index fba5e17405..1b9f65ae6b 100644
--- a/code/modules/nifsoft/nif.dm
+++ b/code/modules/nifsoft/nif.dm
@@ -255,7 +255,7 @@ You can also set the stat of a NIF to NIF_TEMPFAIL without any issues to disable
install_done = world.time + 1 MINUTE
notify("Welcome back, [owner]! Performing quick-calibration...")
else if(!owner)
- install_done = world.time + 30 MINUTES
+ install_done = world.time + 35 MINUTES
notify("Adapting to new user...")
sleep(5 SECONDS)
notify("Adjoining optic [human.isSynthetic() ? "interface" : "nerve"], please be patient.",TRUE)
@@ -265,7 +265,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 - (30 MINUTES))) / (30 MINUTES)
+ var/percent_done = (world.time - (install_done - (35 MINUTES))) / (35 MINUTES)
if(human.client)
human.client.screen.Add(global_hud.whitense) //This is the camera static
@@ -294,9 +294,9 @@ You can also set the stat of a NIF to NIF_TEMPFAIL without any issues to disable
if(2)
human.Weaken(5)
to_chat(human,"A wave of weakness rolls over you.")
- if(3)
- human.Sleeping(5)
- to_chat(human,"You suddenly black out!")
+ /*if(3)
+ human.Sleeping(5) //Disabled for being boring
+ to_chat(human,"You suddenly black out!")*/
//Finishing up
if(1.0 to INFINITY)