BinuDR
BinuDR
We were testing stuns last night. Lich.rbw has a check for stuns, `stunned?`, and it works most of the time. Some stuns don't register though, which is a bug on...
I'll test this in Frostbite and post results.
That's not social outrage, that's for withdrawing too many times in a row. >with 5 gold The clerk counts out 5 gold Kronars and hands them over, making a notation...
What room number? Edit: I checked the society,the only one I see that has a crucible and anvil is 8777 south of the clerk.
I see that this got added to bescort. Does it still need to be added to lich.rbw?
Also, later on in the file there's that big block of `File.exists?(..)` statements that Robert mentioned in my last PR, asking if it could be reduced to an array loop...
Oh, and apparently `File.exists?(..)` is deprecated and it's suggested that we use `File.exist?(..)` now. https://ruby-doc.org/core-2.5.0/File.html#method-c-exists-3F
Ok, this causes a really weird error. I had like 50+ copies of bootstrap and common-healing2 running and lich was grindingly slow. `if file_name = ( file_list.find { |val| val...
Now that I think about it, I think the purpose of having both of these sections, instead of just the 1 with the case insensitive flag, is so that lich...