From 2289e8d1772fb6484fae217373ab8cbfe70bc687 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Wed, 15 Apr 2020 18:51:55 -0400 Subject: [PATCH] Fix protean observe runtime --- code/modules/nifsoft/nif.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/nifsoft/nif.dm b/code/modules/nifsoft/nif.dm index 6ebd289503c..32564c5c6f6 100644 --- a/code/modules/nifsoft/nif.dm +++ b/code/modules/nifsoft/nif.dm @@ -143,6 +143,8 @@ You can also set the stat of a NIF to NIF_TEMPFAIL without any issues to disable forceMove(parent) parent.implants += src spawn(0) //Let the character finish spawning yo. + if(!H) //Or letting them get deleted + return if(H.mind) owner = H.mind.name implant(H)