mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-28 01:42:50 +00:00
Merge pull request #12534 from Verkister/patch-112
Fixes nif unimplant runtime
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user