I dont know if its a bug or not, so i'll post it here in general.
But taking pills like painkillers, especially antidepressants. it just takes too long. The animation is already done but the action bar isn't. And you waste like 3 seconds where i nearly got killed twice just before writing this because i needed those 3 seconds in a crucial moment.
No idea if this was already mentioned or not.
But i only noticed this with Adhesive Bandages as i don't use anything else. So if you apply it anywhere on your body and take it off after, its gone. Poof.
The pillow-in-your-hand bit must be new because it definitely used to show up just being on the bed.
I was never convinced that it did anything but it sure would be nice if it did.
I´ve been doing animal tracking day and night in Multiplayer with max foraging in build42.19.
I´ve been animal tracking nearby the forests of MD and March Ridge but to no avail, didn´t find a single print.
Is this a bug and if so, is there a solution?
Last I checked, the pillow has to be in your hand for the tooltip to mention it.
Also, I'm not convinced having a pillow actually does anything.
The code I can find is this:
local bedType = ISWorldObjectContextMenu.getBedQuality(playerObj, bed)
if bedType == "goodBed" or bedType:contains("goodBedPillow") then
sleepFor = sleepFor -1;
end
if bedType == "badBed" or bedType:contains("badBedPillow") then
sleepFor = sleepFor +1;
end
\media\lua\client\ISUI\ISWorldObjectContextMenu.lua, line 1070-1076.