Browse Source

[added] redundancy check for voyeur stat in arousal

Deroc 5 years ago
parent
commit
6873dcf4d0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      locations/arousal.qsrc

+ 2 - 1
locations/arousal.qsrc

@@ -726,7 +726,7 @@ if $ARGS[0] = 'end':
 	gs 'arousal', 'count2', 'voyeur'
 	
 	!! Thats here because there is currently a variable zoo.
-		if zoo > stat['beast']: stat['beast']= zoo
+		if zoo > stat['beast']: stat['beast'] = zoo
 		if stat['beast'] > zoo: zoo = stat['beast']
 	!!
 end
@@ -737,6 +737,7 @@ if $ARGS[0] = 'count':
 		dynamic 'stat[''<<$ARGS[1]>>''] += 1'
 		count['flashlite'] = 0
 		count['flash'] = 0
+		count['voyeur'] = 0
 	end
 end