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((. = ..()))