From 185d24d88a985cf58e1eb1e8041b8190d52374c5 Mon Sep 17 00:00:00 2001 From: Grey <49623716+theXDkidoflol@users.noreply.github.com> Date: Thu, 23 Nov 2023 06:48:49 -0500 Subject: [PATCH] Makes certain scening NIF programs have less wear (#7246) --- code/modules/nifsoft/software/15_misc.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/nifsoft/software/15_misc.dm b/code/modules/nifsoft/software/15_misc.dm index d2e07a679e..7f91da2aaf 100644 --- a/code/modules/nifsoft/software/15_misc.dm +++ b/code/modules/nifsoft/software/15_misc.dm @@ -93,7 +93,7 @@ desc = "A system that allows one to apply 'laws' to sapient life. Extremely illegal, of course." list_pos = NIF_COMPLIANCE cost = 8200 - wear = 4 + wear = 1 illegal = TRUE vended = FALSE access = 999 //Prevents anyone from buying it without an emag. @@ -123,7 +123,7 @@ desc = "A system that allows one to change their size, through drastic mass rearrangement. Causes significant wear when installed." list_pos = NIF_SIZECHANGE cost = 375 - wear = 6 + wear = 0.5 /datum/nifsoft/sizechange/activate() if((. = ..()))