1
0
Преглед на файлове

[fixed] missing message for running out of pills and trying to do the icon take

hornguy6 преди 11 месеца
родител
ревизия
b2cd913dac
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      locations/stat_display.qsrc

+ 1 - 1
locations/stat_display.qsrc

@@ -1050,7 +1050,7 @@ if cheatStatusIcons = 0:
 	
 	
 	if menu_off = 0 and birth_control['remind_icon'] = 1:
 	if menu_off = 0 and birth_control['remind_icon'] = 1:
 		if tabletki = 0 and pillsleft[ptype] = 0:
 		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
 		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>'
 			$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
 		end