From 552eff9c0810de3b88ce3f0e7385929d5a5bf8e1 Mon Sep 17 00:00:00 2001 From: kopareigns <kopareigns@gmail.com> Date: Thu, 2 Aug 2018 19:12:36 -0400 Subject: [PATCH] Spelling fixes --- devNotes/twine JS.txt | 2 +- src/js/rulesAutosurgery.tw | 2 +- src/npc/fFeelings.tw | 8 ++++---- src/pregmod/widgets/pregmodWidgets.tw | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt index 656ab3ac052..e88861ec844 100644 --- a/devNotes/twine JS.txt +++ b/devNotes/twine JS.txt @@ -17621,7 +17621,7 @@ window.rulesAutosurgery = (function() { slave.vasectomy = 1; V.cash -= V.surgeryCost; } else if (slave.balls > 0 && slave.vasectomy === 1 && thisSurgery.surgery_vasectomy === false) { - surgery.push("undo vasectomy"); + surgeries.push("undo vasectomy"); V.surgeryType = "vasectomy undo"; if (V.PC.medicine >= 100) slave.health -=5; diff --git a/src/js/rulesAutosurgery.tw b/src/js/rulesAutosurgery.tw index c7be2cda65a..1fca30407d8 100644 --- a/src/js/rulesAutosurgery.tw +++ b/src/js/rulesAutosurgery.tw @@ -509,7 +509,7 @@ window.rulesAutosurgery = (function() { slave.vasectomy = 1; V.cash -= V.surgeryCost; } else if (slave.balls > 0 && slave.vasectomy === 1 && thisSurgery.surgery_vasectomy === false) { - surgery.push("undo vasectomy"); + surgeries.push("undo vasectomy"); V.surgeryType = "vasectomy undo"; if (V.PC.medicine >= 100) slave.health -=5; diff --git a/src/npc/fFeelings.tw b/src/npc/fFeelings.tw index 51aa204bd24..076accc7c90 100644 --- a/src/npc/fFeelings.tw +++ b/src/npc/fFeelings.tw @@ -1012,20 +1012,20 @@ My favorite part of my body i<<s>> <<elseif ($activeSlave.actualAge + 14) < $slaves[_partner].actualAge>> <<Sh>>e'<<s>> old enough to be my mother." $He looks down, blushing a little harder. "But I'm lucky, <<sh>>e'<<s>> <<s>>uch a hot MILF. <<elseif ($activeSlave.actualAge - 14) > $slaves[_partner].actualAge>> - <<Sh>>e'<<s>> young enough to be my daughter." $He looks down, blushing a little harder. "But I love $slaves[_partner].posessive hot young body. + <<Sh>>e'<<s>> young enough to be my daughter." $He looks down, blushing a little harder. "But I love $slaves[_partner].possessive hot young body. <</if>> <<if (($activeSlave.actualAge - 5) > $slaves[_partner].actualAge) && (20 > $slaves[_partner].actualAge)>> <<Sh>>e'<<s>> a little immature at time<<s>>, but having <<s>>e<<x>> with a teenager i<<s>> so awe<<s>>ome, it'<<s>> worth it. <</if>> <<if $slaves[_partner].amp != 0>> <<if $slaves[_partner].amp == -1>> - I really do like $slaves[_partner].posessive P-Limb<<s>>. They're a little awkward, and kind of cold, but that'<<s>> ju<<s>>t how <<sh>>e i<<s>>. + I really do like $slaves[_partner].possessive P-Limb<<s>>. They're a little awkward, and kind of cold, but that'<<s>> ju<<s>>t how <<sh>>e i<<s>>. <<elseif $slaves[_partner].amp == -2>> And, um." $He giggles. "<<Sh>>e ha<<s>> vibe finger<<s>>. <<S>>o that'<<s>> awesome. <<elseif $slaves[_partner].amp == -3>> - I really like $slaves[_partner].posessive P-Limb<<s>>. They're very pretty, but kind of cold. That'<<s>> ju<<s>>t how <<sh>>e i<<s>>. + I really like $slaves[_partner].possessive P-Limb<<s>>. They're very pretty, but kind of cold. That'<<s>> ju<<s>>t how <<sh>>e i<<s>>. <<elseif $slaves[_partner].amp == -4>> - <<print capFirstChar($slaves[_partner].possessive)>> P-Limb<<s>> do <<s>>care me a little, <<s>>ometime<<s>>. Though of course <<sh>>e di<<s>>able<<s>> the weapon<<s>> when we're together." $He giggles. "Though I did get $slaves[_partner].object to extend $slaves[_partner].posessive blades on<<c>>e, so I could ki<<ss>> them for luck. + <<print capFirstChar($slaves[_partner].possessive)>> P-Limb<<s>> do <<s>>care me a little, <<s>>ometime<<s>>. Though of course <<sh>>e di<<s>>able<<s>> the weapon<<s>> when we're together." $He giggles. "Though I did get $slaves[_partner].object to extend $slaves[_partner].possessive blades on<<c>>e, so I could ki<<ss>> them for luck. <<elseif $slaves[_partner].amp == -5>> $His P-Limb<<s>> do look cool and I like how <<s>>trong they can make $slaves[_partner].object but they <<s>>care me a little, <<s>>ometime<<s>>. Though of cour<<s>>e $slaves[_partner].pronoun di<<s>>able<<s>> the weapon<<s>> when we're together." $He giggles. "<<Sh>>e ha<<s>> vibe finger<<s>>, <<s>>o that'<<s>> awe<<s>>ome. <<else>> diff --git a/src/pregmod/widgets/pregmodWidgets.tw b/src/pregmod/widgets/pregmodWidgets.tw index 39987f8dba0..5b9fb013fb0 100644 --- a/src/pregmod/widgets/pregmodWidgets.tw +++ b/src/pregmod/widgets/pregmodWidgets.tw @@ -366,9 +366,9 @@ Pronouns are tricky to get right, and this widget should make it easier to use variables naturally in writing. There are two problems in english pronouns that matter here: - 1. Her/her vs his/him. To solve this ambiguity, variables use male pronouns thoughout, although players will of course see the contents of the variable. "$He glared" can be printed as "She glared." + 1. Her/her vs his/him. To solve this ambiguity, variables use male pronouns throughout, although players will of course see the contents of the variable. "$He glared" can be printed as "She glared." - 2. Her/hers vs his/his. Here, the opposite problem. In this one case and this alone, where you would use "hers," (the posessive pronoun) the variable is female, since the distinction is only important there. I am very sorry for English. + 2. Her/hers vs his/his. Here, the opposite problem. In this one case and this alone, where you would use "hers," (the possessive pronoun) the variable is female, since the distinction is only important there. I am very sorry for English. */ <<if $args[1] == 2>> -- GitLab