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