Jelajahi Sumber

Merge remote-tracking branch 'bgkjdgbizgblzdgbr/master'

Kevin_Smarts 3 tahun lalu
induk
melakukan
31ec74999e
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      locations/ParChurch.qsrc

+ 2 - 2
locations/ParChurch.qsrc

@@ -285,12 +285,12 @@ if $ARGS[0] = 'reducepavrep':
 	if fame['pav_sex'] > pavsextreshold:
 	if fame['pav_sex'] > pavsextreshold:
 		gs 'fame', 'pav', 'sex', pavsexreduction
 		gs 'fame', 'pav', 'sex', pavsexreduction
 	else
 	else
-		gs 'fame', 'pav', 'sex', pavsextreshold
+		gs 'fame', 'pav', 'sex', -pavsextreshold
 	end
 	end
 	if fame['pav_prostitute'] > pavsextreshold:
 	if fame['pav_prostitute'] > pavsextreshold:
 		gs 'fame', 'pav', 'prostitute', pavsexreduction
 		gs 'fame', 'pav', 'prostitute', pavsexreduction
 	else
 	else
-		gs 'fame', 'pav', 'prostitute', pavsextreshold
+		gs 'fame', 'pav', 'prostitute', -pavsextreshold
 	end
 	end
 end
 end