Open dingleberrypicker opened 5 months ago
@TheShown911 @ACCount12 Hi~
There was a bug that allowed insight to rise over 100 on artist, might want to check if its still present, as that would allow some potential exploits.
artist_bench now capped at 100 insight maximum investment even if you evade the prompt, should be fine
why dis shit failing doe?
why dis shit failing doe?
[19:18:37] Runtime in utility.dm,914: Cannot execute null.forceMove().
Proc ejectLifting()
got called without a prerequisite check (which should probably be a part of the proc itself, but that's another story).
Known bug that is thought to be fixed on up-to-date Master branch.
Either it wasn't actually fixed, or you've used slightly outdated branch for this PR.
why dis shit failing doe?
[19:18:37] Runtime in utility.dm,914: Cannot execute null.forceMove().
Proc
ejectLifting()
got called without a prerequisite check (which should probably be a part of the proc itself, but that's another story). Known bug that is thought to be fixed on up-to-date Master branch. Either it wasn't actually fixed, or you've used slightly outdated branch for this PR.
its actually a bit more unusual than that.. apparently it tries to out-lift a turf (which can't move), so its either null because 1)the turf is marked for deletion and so are all its contents , or 2)theres a massive fuck up somewhere thats allowing turfs to be picked up.
Edit: took a look at it , i misread the situation at first(oops), objects were getting marked for delayed deletion by the garbage systems and were stalled out because they were still being referenced(stuff shouldn't delete in the clamps)
About The Pull Request
You lose ALL insight when you finish focusing, no matter if it goes over 100. This fixes the edge cases when you fulfill a goal right before finishing your current insight, and thus lose an additional 100 insight.
Why It's Good For The Game
Testing
Changelog
:cl: Buttcrack Berry Picker fix: fixed losing all insight when you focus, instead of just your max cap /:cl: