Browse Source

[fixed] The mighty autosave cannot stand against the flag of doom, or just clothing to stop it messing up what you're wearing on reload.

Kevin_Smarts 2 years ago
parent
commit
5e92d3f8b7
1 changed files with 6 additions and 0 deletions
  1. 6 0
      locations/bed2.qsrc

+ 6 - 0
locations/bed2.qsrc

@@ -6,6 +6,12 @@ if $ARGS[0] = '':
 	$menu_arg = ''
 	menu_off = 0
 	$alarmloc = 'bed2'
+	if clo_flag['bed'] = 1:
+		clo_flag['bed'] = 0
+		gs 'clothing', 'wear', $lastwornclothingtype['bed'], lastwornclothingnumber['bed']
+		gs 'panties', 'wear', $lastwornpantytype['bed'], lastwornpantynumber['bed']
+		gs 'bras', 'wear', $lastwornbratype['bed'], lastwornbranumber['bed']
+	end
 	gs 'stat'
 	if $clothingworntype ! 'nude':
 		'<center><img <<$set_imgh>> src="images/shared/home/bed.jpg"></center>'