[0.9.090-PUBLIC-ANDROID#4586] A persisting -4 modifier to physique and aim.

Status
Not open for further replies.
Mar 2, 2021
15
2
24
As the title says, there is a persisting -4 modifier to aim and physique sticking around after sleeping, moving for multiple tiles, and changing planets, probably coming from the naleen poison effect that isn't removing itself after combat ends.
 

Attachments

  • Screenshot_20240223_021349_Trials in Tainted Space.jpg
    Screenshot_20240223_021349_Trials in Tainted Space.jpg
    567.1 KB · Views: 3
  • Ward (M) - 11Hrs 41Mins, 4 Days - Mhen’ga, Ara Ara.json
    631.1 KB · Views: 3

Jacques00

Administrator
Moderator
Aug 26, 2015
5,140
1,270
While this isn't the exact bug to this, I suspect it is related to the same combat status effect issue where passing time is making the combat status effect expire prematurely, not taking the stat changes with it. This should hopefully be fixed already for the next release, but there's nothing else the game can do to remedy the situation.

You will need to manually set the values back, assuming you don't have any extra statuses that affects your stats (such as effects from drinks and such). You can do this by entering these lines in into the browser console, if possible:
Code:
pc.physiqueMod = 0;
pc.aimMod = 0;
Hope this helps.
 
Status
Not open for further replies.