small tweaks

- removed wombs and most mentions of pregnancy
- fixed kilo disposals, added some hoverchairs
This commit is contained in:
evilew
2024-07-30 00:07:53 +02:00
parent 6a3de2e7c0
commit a959cef9d3
9 changed files with 89 additions and 93 deletions
-2
View File
@@ -915,8 +915,6 @@ GLOBAL_LIST_EMPTY(preferences_datums)
dat += "<b>Vagina Color:</b></a><BR>"
dat += "<span style='border: 1px solid #161616; background-color: #[features["vag_color"]];'>&nbsp;&nbsp;&nbsp;</span> <a href='?_src_=prefs;preference=vag_color;task=input'>Change</a><br>"
dat += "<b>Has Womb:</b><a style='display:block;width:50px' href='?_src_=prefs;preference=has_womb'>[features["has_womb"] == TRUE ? "Yes" : "No"]</a>"
if(features["has_womb"])
dat += "<b>Can Get Pregnant:</b><a style='display:block;width:50px' href='?_src_=prefs;preference=can_get_preg'>[features["can_get_preg"] == TRUE ? "Yes" : "No"]</a>"
dat += "</td>"
dat += APPEARANCE_CATEGORY_COLUMN
dat += "<h3>Breasts</h3>"