From 0a347293a93758ca2ca29693fc98fb1ddb4b7d90 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Wed, 18 Oct 2017 18:13:57 -0400 Subject: [PATCH] Update 13_soulcatcher.dm --- code/modules/nifsoft/software/13_soulcatcher.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/nifsoft/software/13_soulcatcher.dm b/code/modules/nifsoft/software/13_soulcatcher.dm index 6cd7ea6df3..34f857c926 100644 --- a/code/modules/nifsoft/software/13_soulcatcher.dm +++ b/code/modules/nifsoft/software/13_soulcatcher.dm @@ -12,7 +12,7 @@ name = "Soulcatcher" desc = "A mind storage and processing system capable of capturing and supporting human-level minds in a small VR space." list_pos = NIF_SOULCATCHER - cost = 950 + cost = 50 //If I wanna trap people's minds and lood them, then by god I'll do so. wear = 1 p_drain = 0.01 other_flags = (NIF_O_SCMYSELF|NIF_O_SCOTHERS) // Default on when installed, clear when uninstalled @@ -337,4 +337,4 @@ var/datum/nifsoft/soulcatcher/SC = HP.nif.imp_check(NIF_SOULCATCHER) SC.catch_mob(H,FALSE) - return TRUE \ No newline at end of file + return TRUE