瀏覽代碼

always more

Ice88 6 年之前
父節點
當前提交
71c5dbe9b4
共有 4 個文件被更改,包括 42 次插入31 次删除
  1. 39 29
      locations/narkopriton
  2. 1 1
      locations/shop
  3. 1 0
      locations/stat_display
  4. 1 1
      locations/street

+ 39 - 29
locations/narkopriton

@@ -23,45 +23,56 @@ act 'Get out of here':
 end
 
 if $ARGS[0] = 'start':
-		gs 'stat'
-		cls
-		'The skinny guy at the door looks you up and down as you enter,"So what can I get for you honey?"'
-		if drugUser = 1:
-		    if StoryLine = 1 and snarkozak = 0:
-		        act 'Ask for a drop-off point in Pavlovsk':gs 'events', 'narkozakladka'
-		    end
-		elseif drugUser = 0:
-			'"Ahhh, what do you have?"'
-			'His eyes light up at a freshy and smiles wildy "Well I have some Heroin and Amphetamine"'
+	gs 'stat'
+	cls
+	'The skinny guy at the door looks you up and down as you enter,"So what can I get for you honey?"'
+	if drugUser = 1:
+	    if StoryLine = 1 and snarkozak = 0:
+	        act 'Ask for a drop-off point in Pavlovsk':gs 'events', 'narkozakladka'
+	    end
+		act 'H please': 
+			gt 'narkopriton', 'heroin'
 		end
-		if (StrongNarkota > 23 and ampHigh > 23) or ampHigh > 23 or StrongNarkota > 23:
-			gt 'narkopriton', 'kiteHigh'
-		else
-			act 'Heroin please': 
-				gt 'narkopriton', 'heroin'
-			end
-			act 'Amphetamine please': 
-				gt 'narkopriton', 'amphetamine' 
-			end
-			act 'Leave the drug den': 
-				minut += 15 & gt'street' 
-			end
+		act 'Amphetamine please': 
+			gt 'narkopriton', 'amphetamine' 
+		end
+		act 'Leave the drug den': 
+			minut += 15 & gt'street' 
+		end
+	elseif drugUser = 0:
+		'"Ahhh, what do you have?"'
+		'His eyes light up at a freshy and smiles wildy "Well I have some H and Amphetamine"'
+		act 'H please': 
+			gt 'narkopriton', 'heroin'
 		end
+		act 'Amphetamine please': 
+			gt 'narkopriton', 'amphetamine' 
+		end
+		act 'Leave the drug den': 
+			minut += 15 & gt'street' 
+		end
+	elseif (StrongNarkota > 23 and ampHigh > 23) or ampHigh > 23 or StrongNarkota > 23:
+		gt 'narkopriton', 'kiteHigh'
+	end
 end
 
 if $ARGS[0] = 'kiteHigh':
-	act 'Leave the drug den':minut += 15 & gs 'events', 'snkayf1' end
+	act 'Leave the drug den':
+		minut += 15
+		gs 'events', 'snkayf1' 
+	end
 end
 
 if $ARGS[0] = 'amphetamine':
 	cls
+	drugUser = 1
 	'He nods, that''ll be 800.'
 	if money >= 800:
 		money -= 800
 		minut += 5
 		amphetamine += 10
 		act 'Thanks': 
-			gt 'narkopriton', 'start' 
+			gs 'narkopriton', 'start' 
 		end
 	elseif money <= 800 & addict = 1:
 		act 'Beg': 
@@ -74,11 +85,12 @@ end
 if $ARGS[0] = 'heroin':
 	if money >= 1000:
 		act 'Buy some heroin and use it (1,000 <b>₽</b>)':
+			drugUser = 1
 			cls
 			minut += 5
 			money -= 1000
 			gs 'stat'
-			if SNarkTimes <= 0 :
+			if SNarkTimes <= 1 :
 				'Guy takes pitty on you and cooks you up a shot. He loads the needle full and gives it to you.'
 				'"Thanks" You take the needle and go find a couch in the house to sit on.'
 
@@ -88,14 +100,12 @@ if $ARGS[0] = 'heroin':
 						'The rush is instanteous, you close your eyes as it rolls over you'
 						StrongNarkota += 25
 						SNarkTimes += 1
-						gs 'stat'
-						gt $curloc
+						act 'You lay there briefly rolling, before leaving': gs 'events', 'snkayf1' 
 					end
 					act 'You can''t help but think of all the horror stories':
 						'You change your mind and give the syringe back to the guy'
 						'"I don''t do refunds girl" you simply nod'
-						'"I know"'
-						gt $curloc
+						act '"I know"': gt 'street'
 					end
 			elseif SNarkTimes > 1:
 				StrongNarkota += 25

+ 1 - 1
locations/shop

@@ -98,7 +98,7 @@ if $shoplocation = 'main':
 							pcs_horny = 0
 							minut += 30
 							'Dima has brings you to his house and right in the corridor begins to kiss and undress you. When you are naked he takes you to the bathroom.'
-							'There he unscrews the showerhead and puts the hose in your ass. Quickly you feel the fullness and Dima sits you on the toilet. After he rough enema, he bends you over and puts his big dick in your ass.'
+							'There he unscrews the showerhead and puts the hose in your ass. Quickly you feel the fullness and Dima sits you on the toilet. After the rough enema, he bends you over and puts his big dick in your ass.'
 							'<center><img <<$set_imgh>> src="images/locations/city/residential/street/sex/gostanal2.jpg"></center>'
 							'Dima fucks you in the ass whilst slapping your butt, at first it is painful, but gradually you get it and it feels amazing. Finally, your ass fills with hot liquid and Dima moans and grabs your buttocks.'
 

+ 1 - 0
locations/stat_display

@@ -1156,6 +1156,7 @@ if hour = meethourC and svidanieC = 1:$stat_msg += '<BR><b><font color="red"><<$
 if meetdayC < daystart and svidanieC = 1:pcs_lovers_rel[3] -= 10 & svidanieC = 0
 
 if StrongNarkota > 20:$stat_msg += '<BR><b><font color="red">You are stoned.</font></b>'
+if amphHigh > 0: $stat_msg += '<BR><b><font color="red">You feel a little wired.</font></b>'
 
 if alko > 0:
 	if alko < 3:

+ 1 - 1
locations/street

@@ -154,7 +154,7 @@ end
 
 'In the courtyard of one of the apartment buildings, you see several <a href="exec:gt ''trashplace''">trash bins</a>.'
 
-if SNarkPriton > 0:'The <a href="exec:minut += 5 & gt ''narkopriton'', ''start''">drug house</a> is clearly recognizeable by the syringes and the trash that lies in front of it.'
+if SNarkPriton > 0:'The <a href="exec:minut += 5 & gt ''narkopriton''">drug house</a> is clearly recognizeable by the syringes and the trash that lies in front of it.'
 if hour >= 8 and hour <= 23 or saunaWorkWhore > 0 or workDisk = 2:'<a href="exec:minut += 10 & gt ''sauna''">The Sauna</a> is a 10 minute walk away. Rumors say the sauna is just the front for a brothel.'
 
 --- street ---------------------------------