1
0
فهرست منبع

[fixed] black screen when temp < 5

FenrirRed 2 سال پیش
والد
کامیت
ca76b8c023
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      locations/club.qsrc

+ 1 - 1
locations/club.qsrc

@@ -443,7 +443,7 @@ if $ARGS[0] = 'bar':
 		menu_off = 1
 		temp = rand(0, 100)
 
-		if temp = 5:
+		if temp <= 5:
 			pcs_horny += 5
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/club1.jpg"></center>'