|
@@ -350,8 +350,21 @@ if cheatStatusIcons = 0:
|
|
|
end
|
|
|
$statusIconBarTab_2 += '<td><a href="exec:msg $stat_bleed_msg"><img title="<<$stat_bleed_msg>>" height = 54 src="images/system/icon/status_icons/vunknown.png"></a></td>'
|
|
|
end
|
|
|
+ elseif preg = 1:
|
|
|
+ if thinkpreg = 1 and knowpreg = 0:
|
|
|
+ $stat_preg_msg = 'You think you''re pregnant, but aren''t sure.'
|
|
|
+ $stat_preg_tooltip = 'I think I''m pregnant.'
|
|
|
+ elseif knowpreg = 1:
|
|
|
+ $stat_preg_tooltip = 'I''m pregnant.'
|
|
|
+ $stat_preg_msg = 'You are pregnant. Your due date is around <<$pregduedate>>.'
|
|
|
+ end
|
|
|
+ $statusIconBarTab_2 += '<td><a href="exec:msg $stat_preg_msg"><img title="<<$stat_preg_tooltip>>" height = 54 src="images/system/icon/status_icons/vpregnant.png"></a></td>'
|
|
|
+ elseif preg = 2:
|
|
|
+ $stat_preg_msg = 'Broken water and contractions, it''s pretty clear what is going on. You need to get to a hospital ASAP.'
|
|
|
+ $stat_preg_tooltip = 'Go to the hospital, ASAP! You''re in labour!'
|
|
|
+ $statusIconBarTab_2 += '<td><a href="exec:msg $stat_preg_msg"><img title="<<$stat_preg_tooltip>>" height = 54 src="images/system/icon/status_icons/labour.png"></a></td>'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
gs 'lact_lib','breast_stat_icons'
|
|
|
|
|
|
if bcream_used = 1:
|