Search results

  1. D

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    @nergantre https://github.com/nergantre/nightgamesmod/blob/46056ad891aef4797fe8ae9b3dd2c040c77a1fbe/NightgamesMod/nightgames/characters/Character.java Whenever an NPC is a low level, they get a lvlBonus depending on their level difference. However, the Player doesn't get that same lvlBonus if...
  2. D

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    Bug Reports: These were tested on version 2.0.3.3. Bug 1: Hard mode doesn't seem to do anything Looking at: https://github.com/nergantre/nightgamesmod/blob/245e1fc0dea9d032f8eb061b58fea8f215e4f70d/NightgamesMod/nightgames/characters/Growth.java if (Global.checkFlag(Flag.hardmode)) {...
  3. D

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    Posted an issue on github. Thought you guys should know as well. https://github.com/nergantre/nightgamesmod/blob/d8b2e9c9d4be246a44594a404427bc49f8c4ef47/NightgamesMod/nightgames/characters/body/PussyPart.java pleasureMod += self.has(Trait.pussyTraining1) ? .5 : 0; pleasureMod +=...