Browse Source

[fixes] removed a redundant end in bedrpar and my copy paste error in agentned

julzor 5 years ago
parent
commit
3a69ce1601
2 changed files with 1 additions and 3 deletions
  1. 1 1
      locations/agentned.qsrc
  2. 0 2
      locations/bedrPar.qsrc

+ 1 - 1
locations/agentned.qsrc

@@ -267,7 +267,7 @@ if $ARGS[0] = 'rent_cityres':
 			if money >= home_rent[1]: 
 				money -= home_rent[1]
 			else
-				karta >= -= home_rent[1]
+				karta -= home_rent[1]
 			end
 			home_owned[1] = 1
 			if ARRSIZE('home_owned') = 0: gs 'set_home', 1

+ 0 - 2
locations/bedrPar.qsrc

@@ -254,8 +254,6 @@ if breastpump <= 0 and pcs_horny >= temp_var:
 	act 'Massage your breasts': gt 'lact_lib','man_milking'
 end
 
-end
-
 if pcs_sleep <= 80:
 	if $clothingworntype = 'nude':
 		$sleep_txt = 'Go to sleep'