Răsfoiți Sursa

Merge remote-tracking branch 'bgkjdgbizgblzdgbr/master'

Kevin_Smarts 3 ani în urmă
părinte
comite
31ec74999e
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      locations/ParChurch.qsrc

+ 2 - 2
locations/ParChurch.qsrc

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