mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Update 13_soulcatcher.dm
Fixes soulcatcher nifsoft spawning with incorrect toggle that causes the menu to show the opposite setting instead. Also fixes soulcatcher catching prey by default.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user