1
0
فهرست منبع

[fixed] fame['pav_sex'] and fame['pav_prsotitute'] going up instead of being reduced to zero when below the treshold.

bgkjdgbizgblzdgbr 3 سال پیش
والد
کامیت
6bb8107a5a
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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