1
0
Kaynağa Gözat

[fixed] hair removal and working in the strip club

julzor 5 yıl önce
ebeveyn
işleme
56fc35aa8b
2 değiştirilmiş dosya ile 14 ekleme ve 15 silme
  1. 13 14
      locations/drugs.qsrc
  2. 1 1
      locations/stwork.qsrc

+ 13 - 14
locations/drugs.qsrc

@@ -1,17 +1,16 @@
 # drugs
 # drugs
 
 
-!! How to use:
-!! Smoking: gs 'drugs', 'smoke' (if it isn''t svetas cigarette, you have to add siga += 1)
-!! Joint/Weed: gs 'drugs', 'joint' (if it isn''t svetas joint, you have to add joint += 1)
-!! Heroin: gs 'drugs', 'heroin'
-!! Cocaine: gs 'drugs', 'cocaine' (if it isn''t svetas cocaine, you have to add dur += 1)
-!! Amphetamine: gs 'drugs', 'amphetamine' (if it isn''t svetas amphetamine, you have to add amphetamine += 1)
-
-!! Alcohol: gs 'drugs', 'alcohol', 'type', count
-!! Types: beer, champagne, moonshine, rum, scotch, vodka, wine, whiskey
-!! Count: Number of drinks of the chosen type sveta drinks (if the number is 1, you don''t have add the count, but it isn''t a problem if you do)
-!! Example 1: sveta drinks vodka gs 'drugs', 'alcohol', 'vodka' (or gs 'drugs', 'alcohol', 'vodka', 1)
-!! Example 2: sveta drinks 2 beer gs 'drugs', 'alcohol', 'beer', 2
+ How to use:
+ Smoking: gs 'drugs', 'smoke' (if it isn''t svetas cigarette, you have to add siga += 1)
+ Joint/Weed: gs 'drugs', 'joint' (if it isn''t svetas joint, you have to add joint += 1)
+ Heroin: gs 'drugs', 'heroin'
+ Cocaine: gs 'drugs', 'cocaine' (if it isn''t svetas cocaine, you have to add dur += 1)
+ Amphetamine: gs 'drugs', 'amphetamine' (if it isn''t svetas amphetamine, you have to add amphetamine += 1)
+ Alcohol: gs 'drugs', 'alcohol', 'type', count
+ Types: beer, champagne, moonshine, rum, scotch, vodka, wine, whiskey
+ Count: Number of drinks of the chosen type sveta drinks (if the number is 1, you don''t have add the count, but it isn''t a problem if you do)
+ Example 1: sveta drinks vodka gs 'drugs', 'alcohol', 'vodka' (or gs 'drugs', 'alcohol', 'vodka', 1)
+ Example 2: sveta drinks 2 beer gs 'drugs', 'alcohol', 'beer', 2
 
 
 if $ARGS[0] = 'smoke':
 if $ARGS[0] = 'smoke':
 	if NarkImmune = 0: smoker += 1
 	if NarkImmune = 0: smoker += 1
@@ -129,12 +128,12 @@ elseif $ARGS[0] = 'alcohol':
 			pcs_hydra -= 10
 			pcs_hydra -= 10
 		end
 		end
 	else
 	else
-		'<br><font color = red>Developer note: The type of alcohol is missing in this scene. Please report this and the following variable: $curloc = <<$curloc>> as a bug.</font>'
+		'<br><font color = red>Developer note: The type of alcohol is missing in this scene. Please report this and a small part of the text of the current scene as a bug.</font>'
 	end
 	end
 	if alc_count > 0: jump 'alcohol_jump'
 	if alc_count > 0: jump 'alcohol_jump'
 	killvar 'alc_count'
 	killvar 'alc_count'
 else
 else
-	'<br><font color = red>Developer note: The type of drug is wrong or missing in this scene. Please report this and the following variable: $curloc = <<$curloc>> as a bug.</font>'
+	'<br><font color = red>Developer note: The type of drug is wrong or missing in this scene. Please report this and a small part of the text of the current scene as a bug.</font>'
 end
 end
 
 
 --- drugs ---------------------------------
 --- drugs ---------------------------------

+ 1 - 1
locations/stwork.qsrc

@@ -101,7 +101,7 @@ if $ARGS[0] = 'start':
 										gs 'arousal', 'foreplay', 2
 										gs 'arousal', 'foreplay', 2
 										gs 'stat'
 										gs 'stat'
 !! This allows different pubic styles but anything from small bush up is still not permitted.
 !! This allows different pubic styles but anything from small bush up is still not permitted.
-										if pubestyle = 1 and pcs_pubes <= 3:
+										if (pubestyle = 1 and pcs_pubes <= 3) or lashair = 1:
 											strippermission = 1
 											strippermission = 1
 											'"That''s very smooth. Looks like you are ready to get on the stage. You can get to work." He says and ushers you out of his office.'
 											'"That''s very smooth. Looks like you are ready to get on the stage. You can get to work." He says and ushers you out of his office.'
 											stpredmet = 3
 											stpredmet = 3