Fixes nif unimplant runtime

Fixes the proc ending in runtime loop if the human existn'ts
This commit is contained in:
Verkister
2022-03-25 22:10:31 +02:00
committed by GitHub
parent b9176987f9
commit 08058d6a9a

View File

@@ -168,9 +168,10 @@ You can also set the stat of a NIF to NIF_TEMPFAIL without any issues to disable
SC.brainmobs = list()
stat = NIF_PREINSTALL
vis_update()
H.verbs -= /mob/living/carbon/human/proc/set_nif_examine
if(H)
H.verbs -= /mob/living/carbon/human/proc/set_nif_examine
H.nif = null
qdel_null(menu)
H.nif = null
human = null
install_done = null
update_icon()