|
@@ -1331,6 +1331,9 @@ else
|
|
|
gs 'indik', '2', horny, horny
|
|
|
pl '<<$ind>> Arousal'
|
|
|
|
|
|
+ gs 'indik', '2', pain[total], pain[total]
|
|
|
+ pl '<<$ind>> Pain'
|
|
|
+
|
|
|
gs 'indik', '1', health * 100 / healthmax, health
|
|
|
pl '<<$ind>> Health'
|
|
|
|
|
@@ -1548,18 +1551,6 @@ end
|
|
|
|
|
|
if smokeHour = hour and smokeday = day and smokeminut >= minut:pl '<font color="green">You are smoking a cigarette.</font>'
|
|
|
|
|
|
-if pirs_pain_ton = 1:
|
|
|
- pl '<font color="red">Your tongue is uncomfortable and it is a little swollen.</font>'
|
|
|
-elseif pirs_pain_ton = 2:
|
|
|
- pl '<font color="red">Your tongue aches and it is noticeably swollen.</font>'
|
|
|
-elseif pirs_pain_ton > 2:
|
|
|
- pl '<font color="red"><b>You have a sore tongue, it is very swollen and almost fills your mouth.</b></font>'
|
|
|
-end
|
|
|
-
|
|
|
-if pirs_pain_ton > 0: pl
|
|
|
-if nippain > 0:pl '<font color="red"><b><<$nippain>></b></font>'
|
|
|
-if painpub > 0:pl '<font color="red"><b><<$painpub>></b></font>'
|
|
|
-
|
|
|
if sweat = 1:
|
|
|
pl '<font color="brown">You''re sweating.</font>'
|
|
|
elseif sweat = 2:
|
|
@@ -2151,35 +2142,6 @@ elseif lactatemess > 0:
|
|
|
pl'<font color = black>Your shirt is drenched with milk from your breasts.</font>'
|
|
|
end
|
|
|
end
|
|
|
-if vgape > 0:
|
|
|
- if vgape >= 3:
|
|
|
- pl '<b><font color="red">You have very sore vagina, you can hardly even walk, while trying to keep your feet apart.</font></b>'
|
|
|
- elseif vgape = 2:
|
|
|
- pl '<b><font color="red">You have a sore vagina and you can hardly keep your feet together.</font></b>'
|
|
|
- else
|
|
|
- pl '<b><font color="red">You have a slightly sore vagina.</font></b>'
|
|
|
- end
|
|
|
-end
|
|
|
-
|
|
|
-if agape > 0:
|
|
|
- if agape = 3:
|
|
|
- pl '<b><font color="red">You have very sore anus and it emits blood.</font></b>'
|
|
|
- elseif agape = 2:
|
|
|
- pl '<b><font color="red">You have a sore anus.</font></b>'
|
|
|
- else
|
|
|
- pl '<b><font color="red">You have a slightly sore and itchy anus.</font></b>'
|
|
|
- end
|
|
|
-end
|
|
|
-
|
|
|
-if spanked > 0:
|
|
|
- if spanked >= 3:
|
|
|
- pl '<b><font color="red">Your <a href="exec:view''images/picb/SpankedAss2.jpg''">poor ass</a> hurts mercilessly, it is covered in bright red scars from the blows, some of them forming bruises.</font></b>'
|
|
|
- elseif spanked = 2:
|
|
|
- pl '<b><font color="red">Your <a href="exec:view''images/picb/SpankedAss1.jpg''">ass</a> burns with fire, you can clearly see bands of red across both cheeks.</font></b>'
|
|
|
- else
|
|
|
- pl '<b><font color="red">Your <a href="exec:view''images/picb/SpankedAss.jpg''">ass</a> is a little red from spanking and it stings a little.</font></b>'
|
|
|
- end
|
|
|
-end
|
|
|
|
|
|
if Gerpes >= 3:pl '<b><font color="red">On your lips sores. All signs of genital herpes.</font></b>'
|
|
|
if Gerpes >= 10:
|