Browse Source

[fixed] hotfix to `boygirl`

anjuna krokus 1 tháng trước cách đây
mục cha
commit
277284c7e8
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      locations/boygirl.qsrc

+ 2 - 2
locations/boygirl.qsrc

@@ -20,9 +20,9 @@ if $ARGS[0] = '':
 	!! Determine region
 	if ARGS[3] = 0:
 		if $region = 'pav':
-			temp_bg_region = 1
+			ARGS[3] = 1
 		elseif $region = 'city':
-			temp_bg_region = rand(3, 4)
+			ARGS[3] = rand(3, 4)
 		end
 	end