Przeglądaj źródła

Merge remote-tracking branch 'Hornguy6/master'

Kevin_Smarts 11 miesięcy temu
rodzic
commit
c00bf2ff9b
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      locations/sex_ev_sex.qsrc
  2. 1 1
      locations/stat_display.qsrc

+ 1 - 1
locations/sex_ev_sex.qsrc

@@ -320,7 +320,7 @@ if $ARGS[0] = 'fuck_continue':
 			act'Keep going':gt 'sex_ev_<<$sex_ev[''position'']>>', '<<$sex_ev[''pos_speed'']>>.bored'
 		elseif sex_ev['fuck_enjoyment'] = -1:
 			$orgasm_or = 'no'
-			if $sex_ev['speed'] = 3:
+			if sex_ev['speed'] = 3:
 				act'Sob':sex_ev['fuck_pain'] = 4 & gt 'sex_ev_<<$sex_ev[''position'']>>', '<<$sex_ev[''pos_speed'']>>.2'
 				act'Try to hold back tears':sex_ev['fuck_pain'] = 3 & gt 'sex_ev_<<$sex_ev[''position'']>>', '<<$sex_ev[''pos_speed'']>>.2'
 			else

+ 1 - 1
locations/stat_display.qsrc

@@ -1050,7 +1050,7 @@ if cheatStatusIcons = 0:
 	
 	if menu_off = 0 and birth_control['remind_icon'] = 1:
 		if tabletki = 0 and pillsleft[ptype] = 0:
-			$statusIconBarTab += '<td><a href="exec:msg $stat_out_of_birth_control_msg''"><img title="It''s time to take your birth control pill, but you are out of pills" height = <<set_siconht>> src="images/system/icons/status/bc_pill.png"></a></td>'
+			$statusIconBarTab += '<td><a href="exec:msg ''You are out of birth control pills!''"><img title="It''s time to take your birth control pill, but you are out of pills" height = <<set_siconht>> src="images/system/icons/status/bc_pill.png"></a></td>'
 		else
 			$statusIconBarTab += '<td><a href="exec:gs ''din_bad'', ''quick_takepill''"><img title="It''s time to take your birth control pill!" height = <<set_siconht>> src="images/system/icons/status/bc_pill.png"></a></td>'
 		end