mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Splits underwear into top and bottom
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user