1
0
Prechádzať zdrojové kódy

Shouldn't be a 0 :oops:

KevinSmarts 7 rokov pred
rodič
commit
e0a6dae4a3
2 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 2 2
      locations/cikl
  2. 1 1
      locations/panties

+ 2 - 2
locations/cikl

@@ -91,8 +91,8 @@ i += 1
 if i <= 147:jump 'loopprice'
 
 !!underwear rng
-cheap_panty_number = rand(0,37)
-!!cheap_bra_number = rand(0,37)
+cheap_panty_number = rand(1,37)
+!!cheap_bra_number = rand(1,37)
 
 if coatH[defaultcoat] <= 0: defaultcoat = 0
 

+ 1 - 1
locations/panties

@@ -45,7 +45,7 @@ end
 if $ARGS[0] = 'fresh':
 	if $ARGS[1] = '':
 		$pantyworntype = 'cheap'
-		pantywornnumber = rand(0,37)
+		pantywornnumber = rand(1,37)
 		clrbelo -= 1
 	else
 		$pantyworntype = $ARGS[1]