From d788537d1b159a1aa246f2990ea198d50f1d0f8f Mon Sep 17 00:00:00 2001 From: BigBababooey <86324174+BigBababooey@users.noreply.github.com> Date: Sat, 22 Mar 2025 05:41:48 -0500 Subject: [PATCH] Fixed sizechange nifsoft wear and cost (#17401) With modern design philosophies and ease of access to resizing, this is just a nice ribbon for another way to access it for people who like it. And it should be less taxing for them to enjoy. --- 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 3eb15d72ca6..5ff1d7da092 100644 --- a/code/modules/nifsoft/software/15_misc.dm +++ b/code/modules/nifsoft/software/15_misc.dm @@ -122,8 +122,8 @@ name = "Mass Alteration" 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 + cost = 300 + wear = 1 /datum/nifsoft/sizechange/activate() if((. = ..()))