|
@@ -170,15 +170,15 @@ if cheatNoSweat = 0:
|
|
|
end
|
|
|
|
|
|
if body_write > 1 and face_write = 0:
|
|
|
- $stat_wirting_msg = 'Your body is inscribed with derogatory graffiti.'
|
|
|
+ $stat_writing_msg = 'Your body is inscribed with derogatory graffiti.'
|
|
|
elseif body_write = 1 and face_write = 0:
|
|
|
- $stat_wirting_msg = 'Your body is an obscene sign.'
|
|
|
+ $stat_writing_msg = 'Your body is an obscene sign.'
|
|
|
elseif body_write = 0 and face_write > 1:
|
|
|
- $stat_wirting_msg = 'Your face is covered with writing obscene epithets.'
|
|
|
+ $stat_writing_msg = 'Your face is covered with writing obscene epithets.'
|
|
|
elseif body_write = 0 and face_write = 1:
|
|
|
- $stat_wirting_msg = 'On your face humiliating label.'
|
|
|
+ $stat_writing_msg = 'On your face humiliating label.'
|
|
|
elseif body_write > 1 and face_write > 1:
|
|
|
- $stat_wirting_msg = 'Your body and face painted with obscene graffiti.'
|
|
|
+ $stat_writing_msg = 'Your body and face painted with obscene graffiti.'
|
|
|
else
|
|
|
$stat_writing_msg = ''
|
|
|
end
|
|
@@ -1363,7 +1363,7 @@ if cheatStatusIcons = 0:
|
|
|
|
|
|
if cumcondslip > 0: $statusIconBarTab += '<td><a href="exec:msg ''You feel sick and you are wondering about the used condom you never found. Maybe those two things are related?''"><img title="You feel sick. Click to find out more." height = 54 src="images/system/icon/status_icons/stuck_condom.png"></a></td>'
|
|
|
|
|
|
- if $stat_wirting_msg ! '': $statusIconBarTab += '<td><a href="exec:msg $stat_wirting_msg"><img title="<<$stat_wirting_msg>>" height = 54 src="images/system/icon/status_icons/body_writing.png"></a></td>'
|
|
|
+ if $stat_writing_msg ! '': $statusIconBarTab += '<td><a href="exec:msg $stat_writing_msg"><img title="<<$stat_writing_msg>>" height = 54 src="images/system/icon/status_icons/body_writing.png"></a></td>'
|
|
|
|
|
|
$statusIconBarTab += '</tr></table>'
|
|
|
$stat_msg += func('cleanHTML',$statusIconBarTab)
|
|
@@ -1825,7 +1825,7 @@ if enable_extra_msg = 1:
|
|
|
!! breast status
|
|
|
gs 'lact_lib','breast_stat_disp'
|
|
|
|
|
|
- if $stat_wirting_msg ! '': $stat_msg += '<br><b><font color = red><<$stat_wirting_msg>></font></b>'
|
|
|
+ if $stat_writing_msg ! '': $stat_msg += '<br><b><font color = red><<$stat_writing_msg>></font></b>'
|
|
|
|
|
|
if recuperation = 1: $stat_msg += '<b><font color="red">You are still recovering from major surgery.</font></b>'
|
|
|
|