瀏覽代碼

[fixed] hotfix to `boygirl`

anjuna krokus 1 月之前
父節點
當前提交
277284c7e8
共有 1 個文件被更改,包括 2 次插入2 次删除
  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