Prechádzať zdrojové kódy

[fixed] all cheap_purses now gm_purses

KevinSmarts 3 rokov pred
rodič
commit
39fabc28fe

+ 2 - 2
locations/arturend.qsrc

@@ -36,8 +36,8 @@ act 'Brush up':
 			'Arthur looks away guiltily and says "Uh, so I did not have time to look for a gift for you. But here is some money. Buy what do you like, sweet girl."'
 		end
 	elseif bag = 0:
-		cheap_purses[13] = 1
-		$currentpursetype = 'cheap'
+		gm_purses[13] = 1
+		$currentpursetype = 'gm'
 		currentpursenumber = 13
 		bag = 1
 		'Arthur gives you a quality handbag. You take it, feeling a mixture of joy and guilt welling up inside you. "Did I really just sleep with a stranger for a purse? Does this make me a whore, or a slut?" You think to yourself'

+ 2 - 2
locations/gadsarai.qsrc

@@ -88,8 +88,8 @@ if $ARGS[0] = 'search':
 		*nl
 		'In a far corner of the barn you find a hessian sack filled with mostly junk, but at the bottom you find a good quality messenger bag.'
 		'You can use this cool looking bag as a handbag.'
-		cheap_purses[5] = 1
-		$currentpursetype = 'cheap'
+		gm_purses[5] = 1
+		$currentpursetype = 'gm'
 		currentpursenumber = 5
 	elseif vcard = 0 and vcard_trash = 0 and rand(0,10) >= 8:
 		*clr & cla

+ 3 - 3
locations/loadg.qsrc

@@ -41,12 +41,12 @@ if pavlin > 0:
 end
 
 if bag = 1 and $currentpursetype = '':
-	cheap_purses[1] = 1
-	$currentpursetype = 'cheap'
+	gm_purses[1] = 1
+	$currentpursetype = 'gm'
 	currentpursenumber = 1
 end
 
-if cheap_purse[1] = 1:cheap_purses[1] = 1
+if cheap_purse[1] = 1:gm_purses[1] = 1
 
 if npc_dick['A55'] = 23: npc_dick['A55'] = 30
 

+ 2 - 2
locations/preCUST.qsrc

@@ -272,8 +272,8 @@ if $ARGS[0] = 'Done':
 		pcs_pubes = 30
 		pcs_leghair = 12
 		pcs_makeup = 5
-		cheap_purses[7] = 1
-		$currentpursetype = 'cheap'
+		gm_purses[7] = 1
+		$currentpursetype = 'gm'
 		currentpursenumber = 7
 		bag = 1
 		home_owned[1] = 1