<<if $frog_death is true>>Your frog swells up, flashing red!\n\nA fringe of wires sticks from the maw of your frog like the legs of a swallowed insect - you have one chance to put your background as a disgraced bomb defusal agent to use!\n\n[[Cut red wire|defuse]]\n\n[[Cut blue wire|defuse]]<<else>>Your frog swells up, flashing red!\n\nBut nothing happens.\n\nLater, looking out over the city from the roof of the parking structure, <<$name>> lights a cigarette. Exhaling, your frog glances over at you. "Damn good thing the Frog Death settings weren't on."\n\n<<$name>> has a funny look, and seems about to say something else, then thinks better of it. You finish your smoke in silence.\n\n[[Return|FROG]]<<set $bomb_fate = "Your frog swallowed a bomb and survived thanks to your brilliantly calibrated game settings!">><<endif>>
version.extensions['replaceMacro'] = {major:1, minor:0, revision:0};\n macros['replace'] = {\n handler: function (g, e, f, b) {\n var h = insertElement(null, "div", null, "replacement");\n var k = b.source.indexOf('>>', b.matchStart) + 2;\n var a = b.source.slice(k);\n var d = -1;\n var c = '';\n var l = 0;\n\t\n for(var i = 0; i < a.length; i++) {\n if(a.substr(i, 14) == '<<endreplace>>') {\n if(l == 0) {\n d = k + i + 14;\n break;\n }\n else {\n l--;\n\t\t\t c += a.charAt(i);\n }\n }\n else {\n\t\t\t if(a.substr(i, 9) == '<<replace') {\n l++;\n }\n c += a.charAt(i);\n }\n\t\t}\n if(d != -1) {\n\t\t var m = Wikifier.createInternalLink(g,null);\n\t\t m.className="internalLink replaceLink";\n\t\t insertText(m,f[0]);\n\t\t\tinsertText(h,c);\n\t\t\tg.appendChild(h);\n\t\t\th.style.display = "none";\n\t\t\tm.onclick = function() {\n\t\t\t\tvar n = this.nextSibling;\n\t\t\t\tif (n) { \n\t\t\t\t var t = n.firstChild ?n.firstChild.nodeValue : "";\n\t\t\t\t removeChildren(n);\n\t\t\t\t new Wikifier(n,t);\n\t\t\t\t n.style.display = "inline";\n\t\t\t\t fade(n, { fade: "in" });\n\t\t\t\t}\n\t\t\t\tthis.parentNode.removeChild(this);\n\t\t\t}\n b.nextMatch = d;\n }\n else {\n throwError(g, "can't find matching endreplace");\n delete h;\n\t\t\treturn;\n }\n }\n }\n macros['endreplace']={handler: function () {} }
<h1>Beautiful Fr[[O]]g</h1>by <h2>[[Porpentine|http://slimedaughter.com/]]</h2>\n\n[[NEW FROG|NAMEGEN]]\n\n[[FROG SETTINGS]]\n\n//Frog fact: <<print either("Frogs are exceptional jumpers.","Frogs are found in every continent except Antarctica.","Frog mutations are on the rise.","Frogs can change gender.","Frogs are amazing.","Frogs are creatures to be treasured.","Frogs absorb water through their skin.","Frogs lay thousands of eggs at a time.","Frogs drink water through their skin.","Frogs are solemn creatures but can get a little rambunctious sometimes.")>>//
<<print either("♬","♪","♫")>> <<print either("ribbet~","erk~","ruuugh~","graahh~","bwahhh~","ehk~","uuuuuu~","eeeehm~","brekekeke~")>> <<print either("ribbet~","erk~","ruuugh~","graahh~","bwahhh~","ehk~","uuuuuu~","eeeehm~","brekekeke~")>> <<print either("ribbet~","erk~","ruuugh~","graahh~","bwahhh~","ehk~","uuuuuu~","eeeehm~","brekekeke~")>> <<print either("♬","♪","♫")>>\n<<print either("The crowd leans forward attentively.","The crowd listens with hushed breath.","Someone in the crowd coughs but is immediately hushed.","The crowd smiles at this virtuouso improvisation.","The crowd is startled by this unorthodox cadence!","The crowd sways from side to side without even knowing it, such is the skill of this harmonious frog!","The faces of the crowd are inscrutable.")>>\n\n<<if $singing gt 3>>The singing concludes, and the crowd applauds this noble and sensitive frog!\n\n[[Wipe away tears...|FROG][$singing = 0;$life += 1;$sing += 2]]<<else>>[[Listen in blissful rapture|Sings for all][$singing += 1]]<<endif>>
<<if $frog_death is true>>After an appropriate mourning period, you look at your frogs [[achievements and stats|RESULT]].<<else>>You receive a vision of your frog's [[achievements and stats|RESULT]]!\n\nOf course, there is no telling what achievements and stats your frog will one day attain. We must look with hopes and dreams toward the future - but this story is yet to be told.<<endif>>
Frog death is currently <<if $frog_death is true>>true<<else>>false<<endif>>\n[[I accept frog death as a natural part of life|FROG SETTINGS][$frog_death = true;]]\n[[I would prefer no frogs die|FROG SETTINGS][$frog_death = false;]]\n\n[[Ok|Start]]
\n\n\n::-moz-selection { /* Code for Firefox */\n color: #7777dd;\n background: none;\n}\n\n::selection {\n color: #7777dd;\n background: none;\n}\n\n\n#passages{color:black;font-size:30px;font-family: 'Georgia', cursive;\nborder-left: 0px !important;border-left: 0px !important; margin-left:100px !important;margin-top:100px !important; width:700px !important;}\n\n\n\n#passages > div, #passages > p { text-shadow: 1px 1px 1px rgba(0,0,0,.6);}\n\nbody {background-color:white !important;\n\t\n\n background-attachment:fixed;\n margin:0;\n}\n\n.passage{}\n\n#sidebar #credits:hover{color:#333;visibility:hidden;}#sidebar #credits a{text-decoration:none;visibility:hidden;}\n\n#sidebar {visibility:hidden!important;}\n\n#footer{display:none!important;}\n\n#toolbar{display:none!important;}\n\n\n\n.revision-span-in {\n\topacity: 0;\n}\n.revision-span:not(.revision-span-out) {\n\ttransition: 1s; -webkit-transition: 1s;\n}\n.revision-span-out {\n\tposition:absolute;\n\topacity: 0;\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n@keyframes cyc-dissolve {\n 0% { opacity: 1; }\n 100% { opacity: 0; }\n}\n@-webkit-keyframes cyc-dissolve {\n 0% { opacity: 1; }\n 100% { opacity: 0; }\n}\na.cyclingLink {\n color:#cf97f0 !important;\n position: relative;\n overflow: hidden;\n white-space: pre;\n}\na.cyclingLink:hover {\n color:#cf97f0 !important;\n position: relative;\n overflow: hidden;\n white-space: pre;\n}\n.cyclingLink * {\n display: inline-block !important;\n left: 0;\n transition: opacity 1s;\n}\n.cyclingLinkEnabled {\n opacity: 1;\n animation: cyc-dissolve 0.8s ease-in reverse; -webkit-animation: cyc-dissolve 0.8s ease-in reverse;\n position: relative;\n}\n.cyclingLinkDisabled {\n opacity: 0;\n animation: cyc-dissolve 0.8s ease-out; -webkit-animation: cyc-dissolve 0.8s ease-out;\n position: absolute;\n}\n.cyclingLinkInit, .cyclingLinkInit::before {\n animation-iteration-count: 0 !important;\n -webkit-animation-iteration-count: 0 !important;\n}\n\n.revision-span-in {\n\topacity: 0;\n\ttext-decoration:none !important;\n\tfont-size:30px !important;\n\tcolor:#ea6ab9;\n\n text-shadow: 1px 1px 1px rgba(0,0,0,.6);\n}\n.revision-span:not(.revision-span-out) {\n\ttransition: 1s; -webkit-transition: 1s;\n\ttext-decoration:none !important;\n\tfont-size:30px !important;\n\tcolor:#CD7F32;\n\n text-shadow: 1px 1px 1px rgba(0,0,0,.6);\n}\n.revision-span-out {\n\tposition:absolute;\n\topacity: 0;\n\ttext-decoration:none !important;\n\tfont-size:30px !important;\n\tcolor:#CD7F32;\n\n text-shadow: 1px 1px 1px rgba(0,0,0,.6);\n}\n\n\n\n.passage a.externalLink\n\t{font-size:50px !important;color:#77dd77;}\n.passage a.externalLink:hover\n\t{text-decoration:none !important;font-size:50px !important;color:#7777dd\t\t !important}\n\n\nh2 {color:#77dd77;display:inline;}\n\n\na.internalLink, a.externaLink {font-size:50px !important;color:#77dd77;}\na.internalLink:hover, a.externaLink:hover {text-decoration:none !important;font-size:50px !important;color:#7777dd\t\t !important}\n\na.internalLink.replaceLinkx { color: #6aea9b; !important}\na.internalLink.replaceLinkx:hover { color: #6aeadb; !important}\na.internalLink.reviseLink { color: #ea6ab9; !important}\n\n\nh1{color:#77dd77}\n
The witch turns your frog into a frog girl! They make out, human tongue entwined several times over by frog tongue. <<$name>> goes off to live with the [[witch|tip]] in an airship over the swamp.\n\nI want to write more about frog girls, they seem very important. Clammy skin, amphibious, shoots tongue at food, big googly eyes, bounces around on webbed feet...basically the perfect lifeform! Until then...cya!\n\n[[WITCH END]]
Before they depart, the witch whispers, "I know this is hard on you. There's a place that can drown your troubles, hidden in the distant land of title screen."\n\n[[Salute|Ya]]
<<$name>> finds a job at <<print either("PIZZA","ANIMAL","HUMAN","BUSINESS","BOOK","MOVIE","CAR")>> <<print either("NEWSPAPER","ZOO","LAWYER","HOSPITAL","RESTAURANT","MALL")>>.\n\n<<$name>> <<print either("hops on top of a desk then hop off","stares wistfully through the window","ribbets forcefully at a customer","falls asleep under a chair","sits on top of a phone")>>.\n\n<<$name>> earns <<set $r = random(1,5)>><<set $dollars += $r>>$<<$r>> Human Dollars.\n\n[[FROG]]
<<if $frog_death is true>>After an appropriate mourning period, you look at your frogs [[achievements and stats|RESULT]].<<else>>You receive a vision of your frog's [[achievements and stats|RESULT]]!\n\nOf course, there is no telling what achievements and stats your frog will one day attain. We must look with hopes and dreams toward the future - but this story is yet to be told.<<endif>>
<<if $vampire is true>>Your frog is an immortal vampire. Congratulations!\n\n[[Feed frog]]<<else>>Your frog is <<$age>> years old. Congratulations!\n\nAt this point, your frog\n\n[[Procures a job|JOB]]\n\n[[Enters a leaping contest|CONTEST]]\n\n[[Sings for all]]<<endif>><<set $age += 1>>
//requires jquery\n \nversion.extensions["porpInput"] = { major: 1, minor: 0, revision: 0 };\nmacros["porpinput"] =\n{\n handler: function(place, macroName, params, parser)\n {\n try\n {\n var variableName = params[0].substring(1),\n id = "porpinput-" + variableName;\n \n $(place).on('change', 'input#' + id, function(ev) {\n var v = $(this).val().toLowerCase();\n state.history[0].variables[variableName] = v;\n });\n \n new Wikifier(place, '<input type="text" class="porpinput" id="' + id + '"></input>');\n }\n catch (e)\n {\n throwError(place, "<<" + macroName + ">>: " + e.message);\n }\n }\n};
<<set $r = random(0,1)>><<if $r is 1>>You snip the wire and <<replace "hold your breath...">>hold your breath...\n\nThe timer stops.\n\nYour frog smooches you! Your old agency welcomes you back, saying, guess you did have the stuff after all!\n\n[[{{{^______^}}}|FROG]]<<set $bomb_fate = "Your frog swallowed a bomb and survived thanks to you!">><<endreplace>><<else>>You snip the wire and <<replace "hold your breath...">>hold your breath...\n\n<<replace "BOOM">>BOOM\n\nThe last thing you see before the explosion blasts your guts into the stratosphere is <<$name>> mouthing the words, "I love you".\n\n[[...|RESULT]]<<set $bomb_fate = "Your frog was killed by a bomb!">><<endreplace>><<endreplace>><<endif>>
In a witch's world, conventional metrics of success and failure are immaterial.\n\n[[Return to the fraught and petty cycle of reincarnation|NAMEGEN]]<<silently>><<set $dollars = 0>>\n<<set $leap_height = 1>>\n<<set $leap_record = 0>>\n<<set $age = 1>>\n<<set $age_counter = 0>>\n<<set $singing = 0>>\n<<set $life = 0>>\n<<set $evil = 0>>\n<<set $vampire = false>>\n<<set $bomb_fate = "">><<endsilently>>
jquery:off\nhash:off\nbookmark:on\nmodernizr:off\nundo:off\nobfuscate:off\nexitprompt:off\nblankcss:off\n
<<set $r = random(0,$leap_height)>> <<if $r gte 5>>Something terrible is happening! Frog is falling!\n\n[[Oh no!][$hop += 2]]<<else>>Leap is at <<$leap_height>> <<if $leap_height lt 2>>foot<<else>>feet<<endif>>!\n\n<<if $leap_height is 1>><<$name>> is beginning the leap!<<endif>><<if $leap_height gt 1>><<$name>> <<print either("is sweating!","is looking panicked!","is looking brave!","is showing off!","is strutting its stuff!","is focusing its energy!","is bracing itself!")>> <<print either("What a moment!","Better give your frog the best support!","This truly promises to be a formidable effort!","A delight to behold!","All eyes are on this frog!","The frog can feel your pride in it!")>><<endif>>\n\n[[Watch|CONTEST][$leap_height += 1]]<<endif>>
Welcome to Frog Speakeasy, a secretive establishment in the shadow of a secluded lilypad.\n\nA frog with a brachial scar keeps an eye on you as you [[saunter in|bar]].
The witch wants to kiss frog!\n\nDoes frog kiss?\n\n[[Sully self with quivering flesh of temptress|Ya]]\n\n[[Refrain from this life of unspeakable pleasure!!!|FROG]]
<<if $eat lte 0>>Your frog succeeded at a pacifist run! <<endif>><<if $eat gte 10>>Your frog was a fearsome food eater, widely respected! <<endif>><<if $sing lte 0>>Your frog was a cool, reserved sort. <<endif>><<if $sing gte 10>>Your frog was a miraculous singer of worldwide fame! <<endif>><<if $hop lte 0>>Your frog liked to take it easy 8). <<endif>><<if $hop gte 10>>Your frog was extremely athletic, a stunning champ! <<endif>><<if $dollars gte 10>>Your frog was a fabulously rich frog! $<<$dollars>>!! <<else>>Your frog made $<<$dollars>> in its lifetime. <<endif>><<if $age gte 20>>Your frog helped populate a distant planet. <<endif>><<if $vampire is true>>Your frog was a vampire. <<endif>><<if $evil is 1>>Your frog was a little bit evil. <<endif>><<if $evil is 2>>Your frog was rather evil, and feared in some provinces. <<endif>><<if $evil gte 3>>Your frog was the ultimate evil from which all lesser evils flowed. You feel so proud! <<endif>><<if $bomb_fate neq "">><<print $bomb_fate>><<endif>>\n\nYour frog's highest leap was <<$leap_record>> feet. <<print either("Remarkable!","Astounding!","Tremendous!","Prodigous!")>>\n\nThank you for FROG\n\n[[Begin a new frog?|NAMEGEN]]\n<<silently>><<set $dollars = 0>>\n<<set $leap_height = 1>>\n<<set $leap_record = 0>>\n<<set $age = 1>>\n<<set $age_counter = 0>>\n<<set $singing = 0>>\n<<set $life = 0>>\n<<set $evil = 0>>\n<<set $vampire = false>>\n<<set $bomb_fate = "">><<endsilently>>
Beautiful Frog
All the waterstriders pass you by, since you are a human and they perceive you as some kind of weird building. You curse them and trudge on, until the blur of inebriation plunges your senses into a [[dreamless void|http://slimedaughter.com/games/twine/witchegg]]...
<<if $drunk gt 6>>You get thrown out for rowdiness! Staggering outside the lilypad, you hail a [[waterstrider][$drunk = 0;$activity = ""]].<<else>>Frog Speakeasy, a secretive establishment in the shadow of a secluded lilypad.\n\n<<if $activity is "work">>You <<print either("polish","buff","scrub","calibrate","milk")>> <<print either("the lilypad","a tadpole","a froglet","the abiogenesis pool")>> and get paid 1 fly.<<set $flies += 1>><<endif>><<if $activity is "drink">><<set $flies -= 1>>You <<print either("swaller","chug","glug","quaff","guzzle")>> a <<print either("dewdrop","pondwater","flyjuice","marshdrip","mosquitoblood","roe-splat")>> <<print either("martini","screwdriver"," margarita","cocktail","shot, neat","wine")>>.<<endif>><<if $activity is "gamble">><<set $flies -= 1>>You wager a fly and roll the frog dice<<set $r = random(0,5)>>. <<if $r is 5>>Jackpot! You win 5 flies!<<set $flies += 5>><<endif>><<if $r is 4>>You play conservatively and win 2 flies.<<set $flies += 2>><<endif>><<if $r lt 3>>You lose!<<endif>><<endif>>\n\n<<if $flies lt 1>>Can't afford a drink.<<else>>[[Have a drink|bar][$activity = "drink";$drunk += 1]]<<endif>>\n<<if $flies lt 1>>Can't afford to gamble.<<else>>[[Gamble|bar][$activity = "gamble"]]<<endif>>\n[[Work|bar][$activity = "work"]]\n\nYou have <<$flies>> <<if $flies is 1>>fly<<else>>flies<<endif>>.\n\n[[Leave|Start]]<<endif>>
<<set $frog_death = false>>\n<<set $dollars = 0>>\n<<set $leap_height = 1>>\n<<set $leap_record = 0>>\n<<set $age = 1>>\n<<set $age_counter = 0>>\n<<set $singing = 0>>\n<<set $life = 0>>\n<<set $evil = 0>>\n<<set $vampire = false>>\n<<set $bomb_fate = "">>
<<if $age gte 20>>Your frog has lived long enough to see the future!\n\n[[Guh!]]<<else>><<set $r = random(0,100)>><<if $r gt (95 + $life) - $age and $age gte 4>><<if $frog_death is true>><<if $vampire is true>>Sadly, your vampire frog was staked by a hunter frog at the age of <<$age>>. The stake hurtled on its long tongue right into the frozen heart of <<$name>>!<<else>>Sadly, your frog has <<print either("died in a freak parachuting accident","died from dysentery","died from cholera","","been slain in an assassination","died in a wild west showdown","been executed with a guillotine by the will of the people")>> at the age of <<$age>>.<<endif>>\n\n[[Mourn]]<<else>><<set $r = random(0,2)>><<if $r lt 2>>Your frog has resigned in the face of a scandal at the age of <<$age>>.\n\n[[Goodbye frog!|Mourn]]<<endif>><<if $r is 2>>Your frog summons you into its study, where it is looking at a large tome through a magnifying glass. It swivels in its chair to face you, staring solemnly from behind the enormous mahogany desk. "Now see here, P--. We've been through some times, you and I, haven't we?"\n\nYou stammer something in return.\n\n"Quite right. But now is the time for our ways to part. You see, I am embarking on the authorship of a very serious novel, an undertaking that I feel must preclude frivolity and other distractions. Do you see what I'm saying, P--?"\n\nIt continues without waiting for a reply. "I knew you'd immediately comprehend the spirit of the matter, P--." <<$name>> returns to its studies and after awhile you show yourself out.\n\nYears later you hear <<if $frog_death is false>>of the publication of a great novel by a certain frog, one that weaves together the disparate fragments of the zeitgeist into an absolute javelin of wit and insight. You feel a humble pride in thinking you could in any way contribute to such a project.\n\n[[Goodbye frog!|lit_mourn]]<<else>>of the publication of a great novel by a certain frog, one that weaves together the disparate fragments of the zeitgeist into an absolute javelin of wit and insight. You feel a humble pride in thinking you could in any way contribute to such a project. This pride is tainted by the further news that the author was found dead of unverifiable causes, at the moment the last word was penned.\n\n[[Goodbye frog!|lit_mourn]]<<endif>><<endif>><<endif>><<else>><b><<$name>>, a <<$type>> Frog</b>\nage <<$age>> <<if $dollars gt 0>> | $<<$dollars>><<endif>>\n\n<<if $action is "hop">><<set $r = random(0,40)>><<if $r is 40>><<set $hop += 1>>Your frog hops into a portal!\n\n[[Gahuk?|http://slimedaughter.com/games/twine/witchegg]]<<set $nommed = "portal">><<else>><<print either("A fine hop!","A spirited hop!","An average hop, but you will do better next time =)","A robust hop!","Wild and passionate hopping!","A composed hop, with much dignity.","A graceful leap! What a bounder!","A rhythmic and sustained hop!","What a hopper!")>><<set $hop += 1>><<endif>><<endif>><<if $action is "sing">><<print either("♬","♪","♫")>> <<print either("ribbet~","erk~","ruuugh~","graahh~","bwahhh~","ehk~","uuuuuu~","eeeehm~","brekekeke~")>> <<if $vampire is true>><<print either("ribbet~","erk~","ruuugh~","graahh~","bwahhh~","ehk~","uuuuuu~","eeeehm~","brekekeke~")>><<else>><<print either("ribbet~","erk~","ru[[u]]ugh~","graahh~","bwahhh~","ehk~","uu[[u]]uuu~","eeeehm~","brekekeke~")>><<endif>> <<print either("ribbet~","erk~","ruuugh~","graahh~","bwahhh~","ehk~","uuuuuu~","eeeehm~","brekekeke~")>> <<print either("♬","♪","♫")>><<set $sing += 1>><<endif>><<if $action is "eat">>Your frog catches a <<set $nommed = either("fly","butterfly","moth","worm","grasshopper","mosquito","dragonfly","spider","minnow","snail","slug","cricket","ant","tiny lizard","locust","mealworm","beetle","bee","wasp","water strider","ladybug","caterpillar","millipede","centipede","grub","cicada","firefly","sawfly","thrip","[[witch]]","[[bomb]]")>><<print $nommed>>!<<set $eat += 1>><<endif>><<set $action = "">>\n\n<<if $nommed is "[[bomb]]" or $nommed is "[[witch]]">><<else>><<if $age_counter gte 3>>How wonderful!\n\nA [[milestone!|Milestone][$age_counter = 0]]<<else>>[[HOP|FROG][$action = "hop";$age += 1]] | [[SING|FROG][$action = "sing";$age += 1]] | [[EAT|FROG][$action = "eat";$age += 1]]<<set $age_counter += 1>><<endif>><<endif>><<endif>><<endif>><<set $nommed = "">>
Your frog's name is <<set $r1 = either("Gugg","Squag","Roop","Bwap","Grib","Honk")>><<set $r2 = either("s","mop","lurp","o","argh","et")>> <<set $name = $r1 + $r2>><<$name>>. They are a <<set $r3 = either("Red","Blue","Green","Pink","Purple","Black","White","Silver","Cyan","Emerald","Ruby","Sapphire","Yellow","Orange","Brown")>><<set $r4 = either("Mottled","Striped","Speckled","Bellied","Banded","Splotched","Spotted")>><<set $r5 = either("Desert","Swamp","River","Pond","Lake","City","Shrub","Forest","Tundra","Meadow","Garden","Tree","Apple","Bog","Rain","Jungle","Savanna","Ditch","Canal")>><<set $type = $r3 + "-" + $r4 + " " + $r5>><<$type>> Frog.\n\n<<print either("Treasure","Cherish","Love","Protect")>> this frog.\n\n[[Begin Frog|FROG]]
Your decadent love of music has attracted unholy forces. <<$name>> was bitten by a vampire!!\n\n[[Buh??|FROG]]<<set $vampire = true>>
<<$name>> achieved <<$leap_height>> feet before plummeting to a rueful defeat. But it's okay! Every leap must end, and your frog did its very best. Both of you should feel nothing but pride!<<if $leap_height gt $leap_record>><<set $leap_record = $leap_height>><<endif>>\n\n[[Return to the ordinary flow of things|FROG]]<<set $leap_height = 1>>
You offer up blood to <<$name>>, knowing you are making a sacrifice for a far superior lifeform. The frog's vampire tongue snakes inside your vein...\n\n<<$name>> <<print either("grows antlers","is surrounded by an aura of infernal flames","grows legs like a tarantula","grows rubies for eyes","grows obsidian skin","summons 10d6 skeleton archers")>>!\n\n[[aaaaa|FROG][$evil += 1;$life += 1]]
Porpentine Charity Heartscape
In this far future, resources are drastically depleted, and the human DNA has become tainted irrevocably. Frogs are being asked to populate distant planets, so that the legacy of Earth may live on.\n\n<<$name>> enters the colony ship. You wave goodbye.<<if $vampire is true>> Little do people know that the stars will be ruled by vampire frogs!<<endif>>\n\nGoodbye frog! [[Goodbye!|RESULT]]