Browse Source

[fixed] body/face writing didn't disappear

julzor 4 years ago
parent
commit
f322a18ab7
2 changed files with 9 additions and 7 deletions
  1. 2 0
      locations/din_van.qsrc
  2. 7 7
      locations/stat_display.qsrc

+ 2 - 0
locations/din_van.qsrc

@@ -13,6 +13,8 @@ $showerdin = {
 		cumspclnt = 18
 	end
 	gs 'cum_cleanup'
+	body_write = 0
+	face_write = 0
 	pcs_hairbsh = 0
 	pcs_makeup = 1
 	if frost > 0:frost = 0

+ 7 - 7
locations/stat_display.qsrc

@@ -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>'