Browse Source

[fixes] high stat increases due to the new trait for the csb start

julzor 5 years ago
parent
commit
48777f03ae
1 changed files with 5 additions and 2 deletions
  1. 5 2
      locations/_difficulty.qsrc

+ 5 - 2
locations/_difficulty.qsrc

@@ -28,8 +28,11 @@ end &! --- getdifficulty ---
 !! use func('_difficulty','getexpadj')
 if $ARGS[0] = 'getexpadj':
 	!!Trait ''Everything is new again'', gained from the cursed school boy start
-	if csb_start = 1 and daystart <= 84: result = 30 * difficulty
-	if csb_start = 0: result = 20 * difficulty
+	if csb_start = 1 and daystart <= 84: 
+		result = 10 * difficulty
+	else
+		result = 20 * difficulty
+	end
 end &! --- getexpadj ---
 
 !! following function adjusts money gain by difficulty.