Kent Rasmussen
Kent Rasmussen
Now falls back to using player range if unset. Looking at old code, before refactoring: - `mentalburst` used player.range - `curse` used `min(200, attacker.range * 5 + 20)` - `charm`...
It used to run in IE9, not sure if it still does. Surprisingly, this viewer runs a lot better in IE11 than Chrome on my work computer. If there's a...
Or, `isDisabled()`? That's' closer to the game's `is_disabled()` function.
Implemented `isDisabled()`. Needs tests, still.
I think instance IDs should also be tracked in the database.
`returnLowestQuantity` and `returnHighestQuantity` have been added, but I should probably add a test for them, too. `wtype` is a good filter, too.
I'd like to implement sending messages through an `EventBus` that plugins can listen to. That way a plugin can handle logging however it wants. Related: #42
> CLA signed and sent!
@sheetal-purple @webkod3r Sorry for the tag, but is there any chance that this could be looked at? This is blocking us from upgrading to PHP 8.2. Also, I was wondering...
I had a similar problem. I had code that had something like this in the config (which works fine in production): ```php [ 'factories' => [ 'SchemeInputManager' => SchemeInputManagerFactory::class, ],...