Xavion3
Xavion3
This just looks like a case of stupid code, looks like it's checking for undefined with !arg which makes it treat 0 as no argument. Can't test now but just...
Alright code stuff, here is what you'd have in pythonRuntime ``` javascript modules : { random : new (function() { var self = this; self.random = function () { return...
The self instead of this is a habit to make sure scoping doesn't suddenly screw up by giving me the inner functions scope with this so I also get the...
Can you double check that it's meant to distinguish between floats and ints as keys? Because testing in IDLE shows it will treat them as the same value, whichever key...
I feel like it would be best if this didn't change the whitespacing for dozens of lines unrelated to this change, it makes it more difficult to tell what is...
Yeah, vitamins count as held items in pokerogue. This was known and Sam suggested just using anything which counts as a held item, though this is potentially open for change.
What if you just change it from `!simulated` to `simulated`? Rewriting a function signature kinda suss too, but doing that and entirely deleting an argument's functionality just to patch over...
I doubt this is going to work, so I'll just ask about some of the cases where I expect it not to work. Has this been tested with multiple layers...
I can make it per berry, but I feel like that's worse to display and more likely to generate bug reports as it means you could get a can't eat...
Yeah, this was a quick thing thrown together after Sam put forth the idea. I see the logic behind it myself, we've been nerfing basically everything which impairs item usage...