Browse Source

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

julzor 5 năm trước cách đây
mục cha
commit
48777f03ae
1 tập tin đã thay đổi với 5 bổ sung2 xóa
  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.