diff --git a/js/003-data/miscData.js b/js/003-data/miscData.js index 91350fb53f5aca242089aaebf02f34ca8f497048..9e037a6ad77de09080448a39d33a0abb7bf1c357 100644 --- a/js/003-data/miscData.js +++ b/js/003-data/miscData.js @@ -453,7 +453,6 @@ App.Data.misc = { badNames: ["Ass Kisser", "Ass Licker", "Ass", "Assfucker", "Asshole", "Ballsack", "Bastard", "Bitch", "Cock", "Cocksucker", "Coward", "Creep", "Cum Rag", "Cunt", "Degenerate", "Despoiler", "Dick", "Dickhead", "Dicksucker", "Dickweed", "Dipshit", "Douchebag", "Dumbass", "DumbFuck", "Dunderfuck", "Faggot", "Fucker", "Fuckface", "Fuckhead", "Fucko", "Fucktard", "Fuckwit", "Idiot", "Inbred", "Jackass", "Jerk", "Jizz Stain", "Moron", "Motherfucker", "Nutsack", "Pissbaby", "Prick", "Pussy", "Rapist", "Ratfuck", "Retard", "Ruiner", "Schmuck", "Scumbag", "Shitbird", "Shithead", "Slave", "Slaver", "Sleazeball", "Slut", "Sodomite", "Thundercunt", "Traitor", "Trash", "Whore"], clothes: [ - //TODO: use proper name {name: "Attractive lingerie for a pregnant woman", value: "attractive lingerie for a pregnant woman", fs: "FSRepopulationFocus", unlock: {clothesBoughtMaternityLingerie: 1} , comfort: "nice"}, {name: "Bunny outfit", value: "a bunny outfit", fs: "FSGenderFundamentalist", unlock: {clothesBoughtBunny: 1} , comfort: "nice"}, {name: "Body oil", value: "body oil", fs: "FSPhysicalIdealist", unlock: {clothesBoughtOil: 1} , comfort: "nice"}, @@ -537,8 +536,8 @@ App.Data.misc = { {name: "Sport shorts", value: "sport shorts", unlock: {clothesBoughtSports: 1} , comfort: "nice"}, {name: "Sports bra", value: "a sports bra", unlock: {clothesBoughtSports: 1} , comfort: "nice"}, - {name: "Sport shorts and a t-shirt", value: "sport shorts and a t-shirt", unlock: {clothesBoughtSports: 1, clothesBoughtCasual: 1} , comfort: "nice"}, - //return (V.clothesBoughtSports === 1 && V.clothesBoughtCasual === 1); COMBINED + {name: "Sport shorts and a t-shirt", value: "sport shorts and a t-shirt", unlock: {clothesBoughtSports: 1, clothesBoughtCasual: 1} , comfort: "nice"}, // note both unlocks should be met for this one, not just either. + {name: "Pony outfit (nice)", value: "a nice pony outfit", unlock: {clothesBoughtPony: 1} , comfort: "nice"}, {name: "Pony outfit (slutty)", value: "a slutty pony outfit", unlock: {clothesBoughtPony: 1} , comfort: "nice"},