소스 검색

[change] Decided to move the steroid pube and leghair growth to body

anjuna krokus 5 달 전
부모
커밋
e237c668d9
2개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 8 0
      locations/body.qsrc
  2. 0 8
      locations/cikl.qsrc

+ 8 - 0
locations/body.qsrc

@@ -474,6 +474,14 @@ if $ARGS[0] = 'Update_daily_body_other':
 		end
 		killvar 'temp'
 	end
+	
+	if steroid_dose >= 1:
+		if lashair < 1:
+			pcs_pubes += steroid_dose
+			pcs_leghair += steroid_dose
+		end
+		steroid_dose = 0
+	end
 end
 
 

+ 0 - 8
locations/cikl.qsrc

@@ -1015,14 +1015,6 @@ mosal_time = totminut
 !!also, the first thing you do in the morning is visiting your porcelain friend, no?
 killvar 'last_pee'
 
-if steroid_dose >= 1:
-	if lashair < 1:
-		pcs_pubes += steroid_dose
-		pcs_leghair += steroid_dose
-	end
-	steroid_dose = 0
-end
-
 if aphrodisiac_overdose = 1: aphrodisiac_overdose = 0
 if aphrodisiac_timer ! 0: aphrodisiac_timer	= 0