From efd5d6bc402879f87481c7b736df67ec895fd776 Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Sat, 22 Mar 2025 17:32:02 -0700 Subject: [PATCH] [MIRROR] Fixed sizechange nifsoft wear and cost (#10503) Co-authored-by: BigBababooey <86324174+BigBababooey@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> --- 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 b507599823..d11c9c116d 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 = 0.5 + cost = 300 + wear = 0.5 // CHOMPEDit /datum/nifsoft/sizechange/activate() if((. = ..()))