|
@@ -330,7 +330,7 @@ elseif $ARGS[0] = 'mentats':
|
|
|
end
|
|
|
|
|
|
elseif $ARGS[0] = 'steroids':
|
|
|
- if $ARGS[0] = 'cikl':
|
|
|
+ if $ARGS[1] = 'cikl':
|
|
|
if drugVars['steroids_dose'] >= 1:
|
|
|
if lashair < 1:
|
|
|
pcs_pubes += drugVars['steroids_dose']
|
|
@@ -357,7 +357,7 @@ elseif $ARGS[0] = 'steroids':
|
|
|
|
|
|
|
|
|
elseif $ARGS[0] = 'breastcream':
|
|
|
- if $ARGS[0] = 'cikl':
|
|
|
+ if $ARGS[1] = 'cikl':
|
|
|
if drugVars['breastcream_dose'] >= 1:
|
|
|
drugVars['breastcream_dose'] = 0
|
|
|
|