Splits underwear into top and bottom

This commit is contained in:
Yoshax
2016-03-11 19:26:50 +00:00
parent 86239b52cd
commit b2916bbb56
9 changed files with 66 additions and 28 deletions
@@ -35,7 +35,8 @@
else if(utype == "Socks")
H.socks = selection[pick]
else
H.underwear = selection[pick]
H.underwear_top = selection[pick]
H.underwear_bottom = selection[pick]
H.update_body(1)
return 1