diff --git a/Degrees_of_Lewdity_mod.html b/Degrees_of_Lewdity_mod.html index f3ca9f8fcffb251fa7aa8f12fa52e76dd2fdcd5d..e4d1576c06dce7de7dd7689eec01f437dda1a7dd 100644 --- a/Degrees_of_Lewdity_mod.html +++ b/Degrees_of_Lewdity_mod.html @@ -4776,7 +4776,7 @@ You stay for a bit longer, then pack up the picnic and walk back to the orphanag -<<robinoptions>></tw-passagedata><tw-passagedata pid="115" name="Cheats" tags="nobr" position="600,1475"><<clamp>> +<<robinoptions>></tw-passagedata><tw-passagedata pid="115" name="Cheats" tags="nobr" position="600,1475"><<clamp>><<set $menu to 1>> <<if ($passageback isnot "Cheats") and ($passageback isnot "Semen and goo") and ($passageback isnot "Char Stat") and ($passageback isnot "Trait Stat")>> <<set $passagecopy to $passageback>> @@ -10762,7 +10762,7 @@ The bell rings, signifying the end of the lesson. You leave the classroom.<br <</if>></tw-passagedata><tw-passagedata pid="150" name="StoryMenu" tags="" position="1225,1850"><<if $intro is 0 and $menu is 0 and $dancing is 0 and $combat is 0>>[[Characteristics]] [[Statistics]] [[Traits]] -[[Cheats][$passageback to passage()]] +[[Cheats][$passageback to passage()]] //todo - maybe change the behavior <<endif>></tw-passagedata><tw-passagedata pid="151" name="StoryCaption" tags="nobr" position="100,1975"><<if $intro is 0>> <<if $cheatsidebar is 1>> diff --git a/src/cheat.tw b/src/cheat.tw index 972c4006743f467c175fb237896d52a2bdc79ab0..d22c1f87ebea8ce176a2c845b95b7c4837333428 100644 --- a/src/cheat.tw +++ b/src/cheat.tw @@ -1,5 +1,5 @@ :: Cheats [nobr] -<<clamp>> +<<clamp>><<set $menu to 1>> <<if ($passageback isnot "Cheats") and ($passageback isnot "Semen and goo") and ($passageback isnot "Char Stat") and ($passageback isnot "Trait Stat")>> <<set $passagecopy to $passageback>> diff --git a/src/menu elements/storyMenu.tw b/src/menu elements/storyMenu.tw index 0f03a9e44ce3fc126da7df6cf3a27b2972272250..2e616b1be0e7a6796170ebff066f06348b813159 100644 --- a/src/menu elements/storyMenu.tw +++ b/src/menu elements/storyMenu.tw @@ -2,7 +2,7 @@ <<if $intro is 0 and $menu is 0 and $dancing is 0 and $combat is 0>>[[Characteristics]] [[Statistics]] [[Traits]] -[[Cheats][$passageback to passage()]] +[[Cheats][$passageback to passage()]] //todo - maybe change the behavior <<endif>>