Page 1 of 1
[b35] Waters of Life not useable when poisoned
Posted: Tue Nov 22, 2011 8:30 pm
by Dekar
I have the Poisoned and Numbing Poison effects on me but Waters of Life is greyed out. ( Or can't it be used at the same time as regen infusions? I played too much with undeads.

)
I read that Wild Infusions at first didn't remove vine poisons in the prerelease versions, so this may be related.
Re: [b35] Waters of Life not useable when poisoned
Posted: Tue Nov 22, 2011 9:24 pm
by edge2054
It's been awhile since I worked on that code but if I had to guess line 32 in gifts/harmony.lua should be
Code: Select all
if e.subtype.disease or e.subtype.poison then
I think the current pre-use check is left over from before all the subtypes got converted into tables.
Re: [b35] Waters of Life not useable when poisoned
Posted: Wed Nov 23, 2011 6:31 pm
by spiralrazor
What folder is that file contained in?? Couldnt find it the other day.
Re: [b35] Waters of Life not useable when poisoned
Posted: Wed Nov 23, 2011 7:22 pm
by Dekar
Did you extract the game/modules/tome-3.9.35.team file? It should be openable like any .zip file.
Inside it you will find most files ( all but the engine files ).
Re: [b35] Waters of Life not useable when poisoned
Posted: Thu Nov 24, 2011 12:20 am
by spiralrazor
ok i checked, that line is actually in there verbatim