소스 검색

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

anjuna krokus 2 달 전
부모
커밋
c8321f9b13
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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