|
@@ -1049,9 +1049,9 @@ if cheatStatusIcons = 0:
|
|
|
elseif placebopart > 0 and LutH > 0 and knowpreg = 0:
|
|
|
$stat_bleed_msg = 'Your period is due to start soon.'
|
|
|
$statusIconBarTab += '<td><a href="exec:msg $stat_bleed_msg"><img title="<<$stat_bleed_msg>>" height = <<set_siconht>> src="images/system/icons/status/vunknown.png"></a></td>'
|
|
|
- elseif implant_day > 0 and ((daystart - implant_day) * 24 + hour - implant_hour) < 5:
|
|
|
- $stat_bleed_msg = 'You feel a slight twinge in your abdomen.'
|
|
|
- $statusIconBarTab += '<td><a href="exec:msg $stat_bleed_msg"><img title="<<$stat_bleed_msg>>" height = <<set_siconht>> src="images/system/icons/status/vunknown.png"></a></td>'
|
|
|
+!!TMI elseif implant_day > 0 and ((daystart - implant_day) * 24 + hour - implant_hour) < 5:
|
|
|
+!!pregnancy spoiler $stat_bleed_msg = 'You feel a slight twinge in your abdomen.'
|
|
|
+!! $statusIconBarTab += '<td><a href="exec:msg $stat_bleed_msg"><img title="<<$stat_bleed_msg>>" height = <<set_siconht>> src="images/system/icons/status/vunknown.png"></a></td>'
|
|
|
elseif thinkpreg = 0 and knowpreg = 0 and cycle ! 6 and pillcon2 <= 30000 and succubusflag ! 1 and cheatSlut = 0 and mesec = 0:
|
|
|
if abortionbirthdate = 0 and daystart - daylastperiod > 28:
|
|
|
if (daystart - daylastperiod > 28) and (daystart - daylastperiod <= 35):
|
|
@@ -1706,9 +1706,9 @@ if enable_extra_msg = 1:
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if implant_day > 0 and ((daystart - implant_day) * 24 + hour - implant_hour) < 5:
|
|
|
- $stat_msg += '<BR><font color=#AB052A>You feel a slight twinge in your abdomen.</font>'
|
|
|
- end
|
|
|
+!!TMI if implant_day > 0 and ((daystart - implant_day) * 24 + hour - implant_hour) < 5:
|
|
|
+!!pregnancy spoiler $stat_msg += '<BR><font color=#AB052A>You feel a slight twinge in your abdomen.</font>'
|
|
|
+!! end
|
|
|
|
|
|
if mesec > 0:
|
|
|
$stat_msg += '<BR><font color="red">You are currently having your period. '
|