Explorar el Código

[fixed] hotfix to `boygirl`

anjuna krokus hace 1 mes
padre
commit
277284c7e8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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