diff options
-rw-r--r-- | scripts/toy.groovy | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index fcb1b2e..97432de 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -56,11 +56,11 @@ def IMAGEDATA = { [ [ image: 7, tags: [KNEEL, TITS] ], [ image: 8, tags: [DRESSED, STOOD, CROP] ], [ image: 9, tags: [DRESSED, STOOD, CROP] ], - [ image: 10, tags: [DRESSED, STOOD, CROP] ], - [ image: 11, tags: [DRESSED, STOOD, CROP] ], + [ image: 10, tags: [DRESSED, STOOD, CROP, TEASE] ], + [ image: 11, tags: [DRESSED, STOOD, CROP, TEASE] ], [ image: 12, tags: [DRESSED, STOOD, CROP] ], [ image: 13, tags: [DRESSED, STOOD, CROP] ], - [ image: 14, tags: [DRESSED, SIT, CROP] ], + [ image: 14, tags: [DRESSED, SIT, CROP, TEASE] ], [ image: 15, tags: [TITS, SIT] ], [ image: 16, tags: [TITS, STOOD] ], ] ], |