|
@@ -39,7 +39,6 @@ elseif $ARGS[0] = 'stat':
|
|
gs 'drugs', 'cocaine', 'stat'
|
|
gs 'drugs', 'cocaine', 'stat'
|
|
gs 'drugs', 'amphetamine', 'stat'
|
|
gs 'drugs', 'amphetamine', 'stat'
|
|
|
|
|
|
-
|
|
|
|
elseif $ARGS[0] = 'pain_relief':
|
|
elseif $ARGS[0] = 'pain_relief':
|
|
if alko > 9:
|
|
if alko > 9:
|
|
pain['relief'] = 70
|
|
pain['relief'] = 70
|
|
@@ -332,6 +331,7 @@ elseif $ARGS[0] = 'mentats':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
end
|
|
end
|
|
|
|
|
|
|
|
+
|
|
elseif $ARGS[0] = 'steroids':
|
|
elseif $ARGS[0] = 'steroids':
|
|
if $ARGS[1] = 'cikl':
|
|
if $ARGS[1] = 'cikl':
|
|
if drugVars['steroids_dose'] >= 1:
|
|
if drugVars['steroids_dose'] >= 1:
|
|
@@ -390,6 +390,7 @@ elseif $ARGS[0] = 'breastcream':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
end
|
|
end
|
|
|
|
|
|
|
|
+
|
|
elseif $ARGS[0] = 'painkiller':
|
|
elseif $ARGS[0] = 'painkiller':
|
|
if ARGS[1] = 0 and $ARGS[1] = '':
|
|
if ARGS[1] = 0 and $ARGS[1] = '':
|
|
mc_inventory['painkillers'] -= 1
|
|
mc_inventory['painkillers'] -= 1
|
|
@@ -400,6 +401,7 @@ elseif $ARGS[0] = 'painkiller':
|
|
pain['killer'] += 1
|
|
pain['killer'] += 1
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
|
|
+
|
|
elseif $ARGS[0] = 'alcohol':
|
|
elseif $ARGS[0] = 'alcohol':
|
|
if $ARGS[1] = 'stat':
|
|
if $ARGS[1] = 'stat':
|
|
if alko > 9:
|
|
if alko > 9:
|
|
@@ -463,7 +465,6 @@ elseif $ARGS[0] = 'alcohol':
|
|
end
|
|
end
|
|
|
|
|
|
elseif $ARGS[1] = 'vodka' or $ARGS[1] = 'whiskey' or $ARGS[1] = 'scotch' or $ARGS[1] = 'rum':
|
|
elseif $ARGS[1] = 'vodka' or $ARGS[1] = 'whiskey' or $ARGS[1] = 'scotch' or $ARGS[1] = 'rum':
|
|
- pcs_traits['alko_day'] += 3
|
|
|
|
if pcs_traits['alko_status'] = -1:
|
|
if pcs_traits['alko_status'] = -1:
|
|
alko += rand(4,5)
|
|
alko += rand(4,5)
|
|
elseif pcs_traits['alko_status'] = 1:
|
|
elseif pcs_traits['alko_status'] = 1:
|
|
@@ -471,6 +472,7 @@ elseif $ARGS[0] = 'alcohol':
|
|
else
|
|
else
|
|
alko += 3
|
|
alko += 3
|
|
end
|
|
end
|
|
|
|
+ pcs_traits['alko_day'] += 3
|
|
|
|
|
|
fat += 6
|
|
fat += 6
|
|
if pcs_hydra >= 100:
|
|
if pcs_hydra >= 100:
|
|
@@ -509,6 +511,7 @@ elseif $ARGS[0] = 'alcohol':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
end
|
|
end
|
|
|
|
|
|
|
|
+
|
|
elseif $ARGS[0] = 'aphrodisiac':
|
|
elseif $ARGS[0] = 'aphrodisiac':
|
|
if $ARGS[1] = 'cikl':
|
|
if $ARGS[1] = 'cikl':
|
|
if drugVars['aphrodisiac_overdose'] = 1: drugVars['aphrodisiac_overdose'] = 0
|
|
if drugVars['aphrodisiac_overdose'] = 1: drugVars['aphrodisiac_overdose'] = 0
|
|
@@ -570,6 +573,8 @@ elseif $ARGS[0] = 'aphrodisiac':
|
|
end
|
|
end
|
|
gs 'stat'
|
|
gs 'stat'
|
|
end
|
|
end
|
|
|
|
+
|
|
|
|
+
|
|
elseif $ARGS[0] = 'hair_extensioncream':
|
|
elseif $ARGS[0] = 'hair_extensioncream':
|
|
if $ARGS[1] = 'cikl':
|
|
if $ARGS[1] = 'cikl':
|
|
if drugVars['hair_extensioncream_dose'] >= 1:
|
|
if drugVars['hair_extensioncream_dose'] >= 1:
|
|
@@ -597,6 +602,7 @@ elseif $ARGS[0] = 'hair_extensioncream':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
end
|
|
end
|
|
|
|
|
|
|
|
+
|
|
elseif $ARGS[0] = 'butt_injection':
|
|
elseif $ARGS[0] = 'butt_injection':
|
|
if $ARGS[1] = 'cikl':
|
|
if $ARGS[1] = 'cikl':
|
|
if drugVars['butt_injection_dose'] >= 1:
|
|
if drugVars['butt_injection_dose'] >= 1:
|
|
@@ -628,13 +634,13 @@ elseif $ARGS[0] = 'butt_injection':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
end
|
|
end
|
|
|
|
|
|
|
|
+
|
|
else
|
|
else
|
|
'<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>'
|
|
'<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
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
gs 'traits', 'addictive_personality'
|
|
gs 'traits', 'addictive_personality'
|
|
|
|
|
|
|
|
+
|
|
--- drugs ---------------------------------
|
|
--- drugs ---------------------------------
|