This commit is contained in:
LoafyLemon 2022-06-10 14:34:13 +01:00
parent fae1d26cd0
commit 93b3195ef2
1 changed files with 2 additions and 4 deletions

View File

@ -44,10 +44,8 @@ default susan = Doll(name="susan",
"eyes": ["base", 8, True],
"pupils": ["mid", 9, True],
"mouth": ["base", 13, True]},
body={"armleft": ["behind", -1],
"armright":["behind", -1],
"base": ["front", 0],
"breasts": ["normal", 2]})
body={"base": ["front", 0],
"breasts": [None, 2]})
#######################
## Schoolgirl Outfit ##