From a65f82148584975d75bcac85efd95ded993f6aaa Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Sat, 22 May 2021 20:26:56 -0400 Subject: [PATCH] Merge pull request #10381 from Verkister/patch-53 Fixes soulcatcher nifsoft spawning with faulty toggle --- code/modules/nifsoft/software/13_soulcatcher.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/nifsoft/software/13_soulcatcher.dm b/code/modules/nifsoft/software/13_soulcatcher.dm index 38f2c354f7..9912556fdc 100644 --- a/code/modules/nifsoft/software/13_soulcatcher.dm +++ b/code/modules/nifsoft/software/13_soulcatcher.dm @@ -44,7 +44,7 @@ /datum/nifsoft/soulcatcher/install() if((. = ..())) - nif.set_flag(NIF_O_SCOTHERS,NIF_FLAGS_OTHER) //Required on install, because other_flags aren't sufficient for our complicated settings. + //nif.set_flag(NIF_O_SCOTHERS,NIF_FLAGS_OTHER) //Only required on install if the flag is in the default setting_flags list defined few lines above. if(nif?.human) nif.human.verbs |= /mob/living/carbon/human/nsay nif.human.verbs |= /mob/living/carbon/human/nme