瀏覽代碼

Remove unused old cheat vars
Change sauna work act to drink tea with cookies
Changed masturbating in bath in the early morning only have 10% chance of discovery

Wonder Dog 9 年之前
父節點
當前提交
ddaca97356
共有 7 個文件被更改,包括 13 次插入6 次删除
  1. 二進制
      glife.txt
  2. 2 1
      locations/albinahome
  3. 1 0
      locations/cikl
  4. 2 1
      locations/dinSex2
  5. 2 1
      locations/fitgirl
  6. 2 2
      locations/saunaroom
  7. 4 1
      locations/selfplay

二進制
glife.txt


+ 2 - 1
locations/albinahome

@@ -259,7 +259,8 @@ if hour < 20:
 						cls
 						dynamic $showerdin
 						minut += 15
-						horny = horny + (hornyboost/10) - (hornydamp/10) + 1
+						! WD: Remove old Cheat code
+						horny += 1
 						hapri = 0
 						mop = 1
 						sweat = -3

+ 1 - 0
locations/cikl

@@ -33,6 +33,7 @@ if vitalbuf < vital:vitalbuf += 1
 if agilbuf > agil:agilbuf -= 1
 if agilbuf < agil:agilbuf += 1
 '!
+
 if anus > 1:
 	if anusK < 0:anusK = 0
 	if anusK < 3:anusK += 1

+ 2 - 1
locations/dinSex2

@@ -98,7 +98,8 @@ $d_vag_sex_dildo = {
 			vaginalOrgasm += 1
 			'You startled by the pleasant sensation, when your pussy rastyagivatsya start taking a dildo. Between the legs becomes very warm and pleasant, when strong <<dick>> inch dildo moves in your pussy. Gradually pritno warm and throbbing grow in the lower abdomen, then feeling descend on you and your entire body covered hot waves of orgasm, you involuntarily shout of pleasure writhing on dildo.'
 		elseif orgazm = 6:
-			horny += (hornyboost/10) - (hornydamp/10) + 5
+			! WD: Remove old Cheat code
+			horny += 5
 			manna += 5
 			willpower += 5
 			'You feel like dildo penetrates your pussy. Between her legs nice, but much less Dildo your pussy and <<dick>> centimeters for you little. Gradually pritno warm and throbbing grow in the lower abdomen, then feeling slightly reduced and remain until the end of.'

+ 2 - 1
locations/fitgirl

@@ -62,7 +62,8 @@ act 'Going into the shower behind a girl':
 	cls
 	minut = minut + 15
 	sweat = -3
-	horny = horny + (hornyboost/10) - (hornydamp/10) + 1
+	! WD: Remove old Cheat code
+	horny += 1
 	hapri = 0
 	mop = 1
 

+ 2 - 2
locations/saunaroom

@@ -17,7 +17,7 @@ if workDolg > 0:'Your debt is <<workDolg>> rubles'
 act 'Go to the sauna':gt 'saunawork'
 
 if workDolg > 0:
-	act 'There are in debt (0:05)':
+	act 'Drink tea with cookies (0:05)':
 		cla
 		*clr
 		minut += 5
@@ -27,7 +27,7 @@ if workDolg > 0:
 		energy = 20
 		water = 20
 		fat += 50
-		salo += 1
+		! salo += 1
 		frost = 0
 		gs 'stat'
 		'<center><img src="images/pics/food.jpg"></center>'

+ 4 - 1
locations/selfplay

@@ -158,8 +158,9 @@ $d_self_fingering2 = {
 	end
 }
 
+! WD: Masturbating at night only has 10% chance to be discovered
 $d_van_vtor = {
-	if indorf = 0:
+	if indorf = 0 and (hour >= 6 or Rand(1, 10) = 1):
 		cls
 		horny -= 50
 		manna -= 10
@@ -178,6 +179,8 @@ $d_van_vtor = {
 		end
 
 		exit
+	else
+		selfplaytime -= 15
 	end
 }