Skip to content
Snippets Groups Projects
Commit 8dfa3049 authored by Pedy's avatar Pedy
Browse files

Added angel to the cheat transformation, fixed decompile

parent 27abd351
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ pushd %~dp0
:: Run the appropriate compiler for the user's CPU architecture.
if %PROCESSOR_ARCHITECTURE% == AMD64 (
CALL "%~dp0devTools\tweeGo\tweego_win64.exe" -d "%~dp0Degrees_of_Lewdity_0.1.11mod.html" -o "%~dp0output/output.tw"
CALL "%~dp0devTools\tweeGo\tweego_win64.exe" -d "%~dp0Degrees_of_Lewdity.html" -o "%~dp0output/output.tw"
) else (
CALL "%~dp0devTools\tweeGo\tweego_win86.exe" -d "%~dp0Degrees_of_Lewdity.html" -o "%~dp0output/output.tw"
)
......
......@@ -236,7 +236,7 @@ Recipe: higher beauty, longer hair, revealing clothes (or nude), wolfgirl, stock
<div class="block2">
(<<print ($money / 100)>>) Money: [[+£1000000|Cheats][$money+=100000000]]
(<<print ($money / 100)>>) Money: [[+£1000|Cheats][$money+=100000]] | [[+£10000|Cheats][$money+=1000000]] | [[+£1000000|Cheats][$money+=100000000]]
<br>
<br>
......@@ -711,6 +711,43 @@ Back to [[$passagecopy]]<br>
Age? (easiness)
<br>
[[MIN|Char Stat][$angelbuild to 0]] |
[[less|Char Stat][$angelbuild -= 5]] |
[[more|Char Stat][$angelbuild += 5]] |
[[MAX|Char Stat][$angelbuild to 100]]
<<if $angelbuild lt 0>>
<<set $angelbuild to 0>>
<</if>>
<<if $angelbuild lt 25>>
<<set $angel to 0, $angeltext to "none">>
<</if>>
<<if ($angelbuild gte 25) and ($angelbuild lt 30)>>
<<set $angel to 1, $angeltext to "Despite everything, you have managed to remain a pure <<genderstop>> The thought makes you happy.">>
<</if>>
<<if ($angelbuild gte 30) and ($angelbuild lt 35)>>
<<set $angel to 2, $angeltext to "You are pure and feel determined to keep it that way.">>
<</if>>
<<if ($angelbuild gte 35) and ($angelbuild lt 40)>>
<<set $angel to 3, $angeltext to "You feel a weight lift from your shoulders.">>
<</if>>
<<if ($angelbuild gte 40) and ($angelbuild lt 45)>>
<<set $angel to 4, $angeltext to "A golden light shines down you.">>
<</if>>
<<if ($angelbuild gte 45) and ($angelbuild lt 50)>>
<<set $angel to 5, $angeltext to "You feel a soothing warmth in your back.">>
<</if>>
<<if $angelbuild gte 50>>
<<set $angel to 6, $angeltext to "You feel lighter. Your new wings caress your face.">>
<</if>>
($angelbuild)
<div class="tooltip">
Angel∴
<span class="tooltiptext">
Level $angel. $angeltext
</span>
</div>
</div>
<div class="block2">
......@@ -761,8 +798,36 @@ Level $wolfgirl. $wolftext
</span>
</div>
<br>
[[None|Char Stat][$fallenangelbuild to 0]] |
[[Forgiven|Char Stat][$fallenangelbuild to 1]] |
[[Fallen|Char Stat][$fallenangelbuild to 2]]
<<if $fallenangelbuild is undefined>>
<<set $fallenangelbuild to 0, $fallenangeltext to "none">>
<</if>>
<<if $fallenangelbuild lte 0>>
<<set $fallenangelbuild to 0, $fallenangel to 0, $fallenangeltext to "You had never fallen as an angel.">>
<</if>>
<<if $fallenangelbuild is 1>>
<<set $fallenangel to 1, $fallenangeltext to "You were forgiven by the temple.">>
<</if>>
<<if ($fallenangelbuild is 2)>>
<<set $fallenangel to 2, $fallenangeltext to "Your halo shatters and your wings blacken. An overwhelming sense of loss overcomes you.", $angel to 0>>
<</if>>
($fallenangelbuild)
<div class="tooltip">
Fallen Angel ∴
<span class="tooltiptext">
Level $fallenangel. $fallenangeltext
</span>
</div>
</div>
<div style="clear:both"></div>
<div style="clear:both"></div>
<div class="block6">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment