diff --git a/DoL Changelog.txt b/DoL Changelog.txt index d91ee1ca33839cb4d80a8eec72bc2983712e4dce..b6b8ce803311a56b7812e83338a6647ea7e82909 100644 Binary files a/DoL Changelog.txt and b/DoL Changelog.txt differ diff --git a/devTools/androidsdk/image/cordova/config.xml b/devTools/androidsdk/image/cordova/config.xml index 25edd1888f4c5000f9a1c97d0e6d340c2e21afbf..0cd0cd3f7f58cf5fd999f01e3fc8be45c70d14bd 100644 --- a/devTools/androidsdk/image/cordova/config.xml +++ b/devTools/androidsdk/image/cordova/config.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='utf-8'?> <widget id="dol" - version="0.3.12.6" + version="0.3.13.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" android-packageName="com.vrelnir.DegreesOfLewdity" diff --git a/game/01-config/sugarcubeConfig.js b/game/01-config/sugarcubeConfig.js index 826afa36884431e36fab10d456ae701793d2a642..94786a1f49878cdc83d89aeac3a5d4c6558d8139 100644 --- a/game/01-config/sugarcubeConfig.js +++ b/game/01-config/sugarcubeConfig.js @@ -68,8 +68,8 @@ window.StartConfig = { debug: false, enableImages: true, enableLinkNumberify: true, - version: "0.3.13.2", - sneaky: true, + version: "0.3.13.3", + sneaky: false, }; /* convert version string to numeric value */ diff --git a/game/overworld-town/special-robin/halloween.twee b/game/overworld-town/special-robin/halloween.twee index 5f7bad1c70c79a62d74e72915ea78f206f1eb864..d6eb01de4f176cf4b9e1ece5da95732b0f283aa6 100644 --- a/game/overworld-town/special-robin/halloween.twee +++ b/game/overworld-town/special-robin/halloween.twee @@ -107,7 +107,6 @@ "I love your costume," <<he>> says. "It makes me want to pet you. Are you coming trick-or-treating with us?" <<case "cow TF">> "I love your costume," <<he>> says. "I bet your milk is tasty!" <<He>> seems oblivious to how lewd that statement is. "Are you coming trick-or-treating with us?" - <!-- Misc lines --> <<default>> "I love your costume," <<he>> says. "I'm not sure what you're supposed to be, but it's very unique! Are you coming trick-or-treating with us?" diff --git a/game/overworld-town/special-whitney/halloween.twee b/game/overworld-town/special-whitney/halloween.twee index 239b6084c3ace94312c030bc9904df328b4cfc83..5862532e7c6deac45a3ac230c86283c5bc994e6f 100644 --- a/game/overworld-town/special-whitney/halloween.twee +++ b/game/overworld-town/special-whitney/halloween.twee @@ -128,6 +128,12 @@ You turn, and come face-to-face with a <<person1>><<personsimple>> in a terrifyi You feel <<his>> eyes taking in every inch of your bare skin. "I can't think of a better outfit." <<case "exposed">> "Dressing up as a slut for Halloween? Not very original, but I'm not complaining." + <<case "skeleton">> + <<if getSexesFromRandomGroup() gte SexTypes.BOTH or C.npc.Whitney.penis isnot "none">> <!-- if males are allowed / whitney has a penis --> + "Nice costume, slut. I guess you really are what you eat," <<he>> laughs, observing your costume. + <<else>> + "You need to eat more," <<he>> jeers, jabbing you in the ribs. "You're wasting away, slut." + <</if>> <<default>> "Couldn't you be bothered to dress up?" <<He>> looks around at <<his>> friends. "Maybe we should help dress <<phim>> as a slut." Hands reach from all around, grabbing, pulling, and tearing. Your clothes are torn to shreds, leaving you <span class="lewd">naked</span> in the street.<<upperruined>><<lowerruined>><<underupperruined>><<underlowerruined>> <</switch>> diff --git a/version b/version index 7a3f024175c824f26905922416f449643f006985..60b0648f50eaed5fcdcd01c4c2dd07abc76bd071 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.3.12.4 \ No newline at end of file +0.3.13.3 \ No newline at end of file