Search results

  1. O

    [Game Version: 0.69.420-PUBLIC#1814] Dr. Teyaal - On Recreation Deck after 2 ship battles

    Dr. Teyaal shows up on the Zheng Shi recreation deck one battle before intented. This is because the code checks for if(flags["TEYAAL_SHIPFITES"] >= 2) instead of if(flags["TEYAAL_SHIPFITES"] >= 3). Original code: teyaalTheEngineer.js, line: 432: if(flags["TEYAAL_SHIPFITES"] >= 2 &&...
  2. O

    [Game Version: 0.69.420-PUBLIC#1814] Rat Raiders - Group and combat busts not showing

    Group Bust: - Not showing at all. Combat Busts: Half-Rodenian Girl's bust shows. Half-Rodenian Boy's bust shows. No one else's bust shows correctly. Nude Busts: Group bust displays correctly. All indiviual busts display correctly.
  3. O

    [Game Version: 0.69.420-PUBLIC#1814] Olympia is always 'naked'

    I can confirm by putting olympia.inventory.unequipItem(olympia.inventory.armor) in the console (to make her naked) the button becomes selectable. Obviously, pressing said button would crash the game because it's trying to unequip a item that doesn't exist.
  4. O

    [Game Version: 0.69.420-PUBLIC#1814] Kimber's Second Quest - Raskvel feather without Shekka being crew

    In Kimber’s Second Expedition one of the ways you can get the raskvel feather is finding one of Shekka's laying around your ship (or in her shop). This can happen reguardless if you have recruited Shekka or not. This is because the code doesn't check if Shekka is crew or not. Original code...
  5. O

    [Game Version: 0.69.420-PUBLIC#1814] Olympia is always 'naked'

    When selecting which clothes Olympia should wear the 'Naked' button is always blanked out: This is because the if statement checking to see if Olympia is naked actually checks if Olympia is wearing any clothes due to a lack of a !. Original code: olympiaAndSidewinder.js, line: 870: //combine...
  6. O

    Shop Inventory Bugs

    I know this bug. It happens when you exit a shop with the 'G' button instead of pressing the 'back' button. Or if you exit a shop in any unexpected way (e.g loading a save while in a shop menu).
  7. O

    Myr venom withdrawal never goes away, and addiction levels don't fall

    I can confirm that putting pc.myrVenomUpdate(1) (1 being one day) in the console does reduce both flags["VENOM_PROGRESS"] and flags["VENOM_ADDICTION"] as I would expect. So, I think the problem is just myrVenomUpdate not being not hooked up anywhere in the processTime function. If you do want...
  8. O

    Myr venom withdrawal never goes away, and addiction levels don't fall

    I can also add that flags["VENOM_PROGRESS"] doesn't go down for non addicts. So, if anyone does any 20 scenes that increase flags["VENOM_PROGRESS"] they will get addicted to red myr venom; no matter how long the gap of time between those 20 scenes are. I think the problem is the fact that in...
  9. O

    Cameron still missing CG

    I think Cameron's CG is in his bust menu:
  10. O

    Chrissy's virginity

    (Assuming this is from your last post about there not being any bold text about taking certain character's virginity) This line is about Chrissy's Anal virginity, which doesn't usually get any bold text about taking it (I think the exception is the player's anal virginity, I think)...
  11. O

    [Fixt] [Game Version: 0.69.420-PUBLIC#1692] More Non-parasitic Cunt-tail Problems (+Dally 'loop')

    Still bugged in [Game Version: 0.69.420-PUBLIC#1814].
  12. O

    [Game Version: 0.69.420-PUBLIC#1814] Armor - Protective Flags aren't displaying correctly, if at all.

    The armor pieces which have any protective flags (or DamageFlag in the code) aren't displaying like the special flags are. Which creates some weird behaviour: If the piece of armour has protective flags but no special flags. No flags will be displayed. For example: Frostscale Breastplate has...
  13. O

    [Game Version: 0.69.420-PUBLIC#1814] Can't get Spunkshroom to drop from Tarkus enemies

    From my knowledge when in Tarkus, enemies are meant to drop Spunkshroom's with a 15% drop chance (if you have a penis). From the wiki: Acquisition But I can't seem to get spunkshrooms to drop while on Tarkus. Weird thing is that I've managed to get both Motherhusk and Slutshrooms to drop for...
  14. O

    [Fixt] [Game Version: 0.69.420-PUBLIC#1814] Daer Worm - Can move in 'Fight!' scene

    In Kimber’s Expedition when you have to fight The Daer Worm it gives a little introduction before you fight it. The Daer Worm introduction scene doesn't lock movement. Attached Save: Just outside of the fight.
  15. O

    [Game Version: 0.69.420-PUBLIC#1814] Twin Sexbots - Stun Lock

    In the Twin Sexbots' fight you can get stun locked by a move if the AI keeps spamming it. According to the wiki Model 18 has an move called 'Electrocute' which is meant to stun you for a turn: (This is assuming that the information on the wiki is the 'intented behaviour' of the move) First of...
  16. O

    [Game Version: 0.69.420-PUBLIC#1814] Goo Shift Menu - Can't 'Revert Sack'

    The gooShiftMenu allows you to 'Convert Sack' to the 'Goo' type. But, you cannot 'Revert Sack' despite the fact code has already be made for the interaction. This is due to a incorrect if statement. Original code: gooExtras.js, line: 2313: if (pc.scrotumType() != GLOBAL.SKIN_TYPE_GOO) {...
  17. O

    [Game Version: 0.69.420-PUBLIC#1814] Dicksprout not working for Goo-Morphs

    When using Dicksprout while you have the 'Goo Crotch' status effect; the 'Dick', 'Balls' and 'Nipples' buttons don't do anything. ('Tail' button does work normally though.) While this might be intented behaviour, what probably isn't intented is the fact that they is no message telling you this...
  18. O

    [0.69.420-PUBLIC#1814] Shekka and her unlimited supply of horse cocks

    I feel like this is a bug with one-time purchases in general because this is the same with galomax in both Sera and Gene's shops.
  19. O

    Suma Cream not working

    Sorry for the late reply (only just got the alert). Yes, I did get the white variant from the cheat menu to confirm if it actually works. I've tested Busky's shop to at least see if the 1 in 20 chance will trigger to get the black variation but after individually buying 40 capsules I only got...
  20. O

    [Game Version: 0.69.420-PUBLIC#1798] Perdita doesn't leave for a week when exiting from her shop menu

    On Perdita's first meeting if you decide to buy directly from Perdita and then either back out or buy something you will be booted back to Kally's bar. This prevents the function leavePerditaBeforeFlirtingFirstTime() from being called meaning that her week long timer never starts and you can...