From 4e1ebdf01b76b9771d9387d71f4e79b8ef4a1c95 Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:46:46 +0200 Subject: [PATCH] small nif fix (#16043) --- code/modules/nifsoft/nif.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/nifsoft/nif.dm b/code/modules/nifsoft/nif.dm index 13c37fd1c4..fc3884d075 100644 --- a/code/modules/nifsoft/nif.dm +++ b/code/modules/nifsoft/nif.dm @@ -293,7 +293,7 @@ You can also set the stat of a NIF to NIF_TEMPFAIL without any issues to disable notify("Adjoining optic [human.isSynthetic() ? "interface" : "nerve"], please be patient.",TRUE) else notify("You are not an authorized user for this device. Please contact [owner].",TRUE) - unimplant() + unimplant(human) stat = NIF_TEMPFAIL return FALSE