Sfoglia il codice sorgente

[fixed] hotfix to `boygirl`

anjuna krokus 1 mese fa
parent
commit
277284c7e8
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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