From 3e4039bc20fa039b1d9acc2c61e37ced9df1a372 Mon Sep 17 00:00:00 2001 From: CHOMPStation2 <58959929+CHOMPStation2@users.noreply.github.com> Date: Mon, 17 Jun 2024 02:13:20 -0700 Subject: [PATCH] [MIRROR] small nif fix (#8536) Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: CHOMPStation2 --- 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 c1e0962d5c..1a22caf6ef 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 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