Browse Source

fixed condom use with lorry driver

breakout14 6 years ago
parent
commit
e9cd3ff682
1 changed files with 11 additions and 2 deletions
  1. 11 2
      locations/furi

+ 11 - 2
locations/furi

@@ -48,7 +48,7 @@ act 'Try to get a lift':
 			cls
 			gs 'stat'
 			'"Uhh... no?" you admit, which upsets the man.'
-			'He shoos you away and says: "Do you think I''m crazy? I get sluts like you in my truck all the time, I''m not touching you without a condom! My wife would kill me if I came home with an STD!'
+			'He shoos you away and says: "Do you think I''m crazy? I get sluts like you in my truck all the time, I''m not touching you without a condom! My wife would kill me if I came home with an STD!"'
 			'You try to object, but he continues: "I''d suggest you start walking, honey... and remember to bring one next time you want a lift. No guy would let some hitchhiker slut near his cock without a condom!"'
 
 			act 'Leave':minut += 5 & gt $curloc
@@ -72,7 +72,16 @@ act 'Try to get a lift':
 				'"Excellent... I love it when they come prepared", the driver smiles. He opens the door and invites you in: "Milady, after you!"'
 
 				act 'Change your mind and leave':minut += 5 & gt $curloc
-				act 'Get into the truck':minut += 5 & furisex = 0 & gt 'furisex'
+				act 'Get into the truck':
+					minut += 5 
+					furisex = 0 
+					if prezikcount > 0:
+						prezikcount -= 1
+					elseif preziksabo > 0:
+						preziksabo -=1
+					end
+					gt 'furisex' 
+				end
 			end
 		end
 	end