From d900267efdb97b0920cb67551ec06510f54962af Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Tue, 8 Jan 2019 14:05:41 -0500 Subject: [PATCH] Halving Size Alteration Price This will allow Visitors to purchase the ever-elusive size changing program at the NiFSoft Shop due to their allowance frequently being too low to be able to do such. --- code/modules/nifsoft/software/15_misc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/nifsoft/software/15_misc.dm b/code/modules/nifsoft/software/15_misc.dm index 9c8d6d7f0e..8b168fb203 100644 --- a/code/modules/nifsoft/software/15_misc.dm +++ b/code/modules/nifsoft/software/15_misc.dm @@ -122,7 +122,7 @@ 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 = 750 + cost = 375 wear = 6 activate()