As if the poor girl didn't have enough trouble with her tailcock already...
#1 Trying to switch Olympia's tailcock to different type produces a crash:
#2 "Use Canine" actually sets human cock type. Or well, tries to, because it'll just crash
#3 "Give Terran" softly fails/returns early because despite the fact Olympia is supposed to have canine cock by default, the game has her actually start with a human tailcock
#1 Trying to switch Olympia's tailcock to different type produces a crash:
Code:
Version: 0.9.001-PUBLIC#2018
Message: Cannot set properties of undefined (setting 'cType')
Stack:
TypeError: Cannot set properties of undefined (setting 'cType')
at o.value (https://www.fenoxo.com/play/TiTS/release/main.5c63088e.js:1:1820653)
at o.value (https://www.fenoxo.com/play/TiTS/release/main.5c63088e.js:1:1820505)
at oS (https://www.fenoxo.com/play/TiTS/release/content_follower.e3fbb7ce.js:1:5863832)
at Object. (https://www.fenoxo.com/play/TiTS/release/content_follower.e3fbb7ce.js:1:5860086)
at https://www.fenoxo.com/play/TiTS/release/main.5c63088e.js:1:11855337
at s (https://www.fenoxo.com/play/TiTS/release/main.5c63088e.js:1:10176967)
#2 "Use Canine" actually sets human cock type. Or well, tries to, because it'll just crash
JavaScript:
function olympiaTailcockTalk()
{
//...
if(olympia.tailCock.cType == GLOBAL.TYPE_CANINE) addDisabledButton(8,"Use Canine","Use Canine","Olympia currently uses her the canine attachment she came with.");
else addButton(8,"Use Canine", () => setOlympiaTailcock(GLOBAL.TYPE_HUMAN),"Use Canine","Have Olympia use the canine tail-penis she came with during sex.");
}
#3 "Give Terran" softly fails/returns early because despite the fact Olympia is supposed to have canine cock by default, the game has her actually start with a human tailcock