1
0
Quellcode durchsuchen

[fixed] hotfix to `boygirl`

anjuna krokus vor 1 Monat
Ursprung
Commit
277284c7e8
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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