Quellcode durchsuchen

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

anjuna krokus vor 5 Monaten
Ursprung
Commit
e237c668d9
2 geänderte Dateien mit 8 neuen und 8 gelöschten Zeilen
  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