Browse Source

[fixed] small mistake in drugs caused breastcream and steroids to trigger during the body update

anjuna krokus 1 month ago
parent
commit
c8321f9b13
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/drugs.qsrc

+ 2 - 2
locations/drugs.qsrc

@@ -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