Преглед на файлове

[changed] Added a condition such that the social check at the disco is only checked once per night. (As it where it could be done twice, when you entered and if you stayed to after midnight. If that happened Friday you would not get new check for Saturday if you went to the disco again.)

bgkjdgbizgblzdgbr преди 2 години
родител
ревизия
0de36c8e12
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      locations/pav_disco.qsrc

+ 1 - 1
locations/pav_disco.qsrc

@@ -26,7 +26,7 @@ if $ARGS[0] = '':
 	*nl
 
 !! check against clothing and makeup impacting social groups only once per day
-	if social_check['disco'] ! daystart:
+	if social_check['disco'] ! daystart and hour > 6:
 		social_check['disco'] = daystart
 		if PCloskirt = 0: 
 			grupvalue[1] -= 1