Browse Source

Merge remote-tracking branch 'bgkjdgbizgblzdgbr/master'

Kevin_Smarts 3 năm trước cách đây
mục cha
commit
6342dff7e4
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      locations/flash.qsrc

+ 6 - 0
locations/flash.qsrc

@@ -32,6 +32,7 @@ if $ARGS[0] = 'flashtotals':
 	dress_out_pussy_hairy = 9
 	dress_out_pantyrear = 8
 	dress_out_butt = 9
+	dress_out_butt_plug = 8
 	dress_out_full = 13
 	dress_out_full_hairy = 11
 	
@@ -52,6 +53,7 @@ if $ARGS[0] = 'flashtotals':
 	pants_out_pussy_hairy = 8
 	pants_out_pantyrear = 10
 	pants_out_butt = 19
+	pants_out_butt_plug = 3
 	pants_out_full = 9
 	pants_out_full_hairy = 6
 end
@@ -396,6 +398,8 @@ if $ARGS[0] = 'butt':
 			else
 				if $flash_image ! '':
 					'<center><img <<$set_imgh>> src="<<$flash_image>>.jpg"></center>'
+				elseif analplugin = 1:
+					'<center><img <<$set_imgh>> src="images/pc/activities/flashing/dress/outside/butt_plug/' + rand(1,dress_out_butt_plug) + '.jpg"></center>'
 				else
 					'<center><img <<$set_imgh>> src="images/pc/activities/flashing/dress/outside/butt/' + rand(1,dress_out_butt) + '.jpg"></center>'
 				end
@@ -412,6 +416,8 @@ if $ARGS[0] = 'butt':
 			else
 				if $flash_image ! '':
 					'<center><img <<$set_imgh>> src="<<$flash_image>>.jpg"></center>'
+				elseif analplugin = 1:
+					'<center><img <<$set_imgh>> src="images/pc/activities/flashing/pants/outside/butt_plug/' + rand(1,pants_out_butt_plug) + '.jpg"></center>'
 				else
 					'<center><img <<$set_imgh>> src="images/pc/activities/flashing/pants/outside/butt/' + rand(1,pants_out_butt) + '.jpg"></center>'
 				end