Browse Source

[added] Taking selfie in the shower.

CroWke 5 years ago
parent
commit
3dca199785
2 changed files with 6 additions and 0 deletions
  1. 3 0
      locations/anushapt.qsrc
  2. 3 0
      locations/natbelapt.qsrc

+ 3 - 0
locations/anushapt.qsrc

@@ -248,6 +248,9 @@ if $ARGS[0] = 'bathroom':
 			'<center><h4><font color="maroon">Bathroom</font></h4></center>'
 			'<center><video autoplay loop src="images/shared/home/bathroom/dush.mp4"></video></center>'
 			'You take a quick shower.'
+			act 'Take a selfie':
+				gs 'telefon', 'Phone_selfie_image_bathing', 'shower'
+			end
 			act 'Get out of the shower': gt 'anushapt','bathroom'
 		end
 	end

+ 3 - 0
locations/natbelapt.qsrc

@@ -335,6 +335,9 @@ if $ARGS[0] = 'bathroom':
 			'<center><h4><font color="maroon">Bathroom</font></h4></center>'
 			'<center><video autoplay loop src="images/shared/home/bathroom/dush.mp4"></video></center>'
 			'You take a quick shower.'
+			act 'Take a selfie':
+				gs 'telefon', 'Phone_selfie_image_bathing', 'shower'
+			end
 			act 'Get out of the shower': gt 'natbelapt','bathroom'
 		end
 	end