Commit Graph
15 Commits
Author SHA1 Message Date
Jordan Atwood 6b68ba9806 game: Remove isDying block on transforming NPCs
These have been fixed in an internal change.
2022-06-19 10:48:05 -04:00
Jordan Atwood 1ca381ea83 game: Add more NPCs which do not die at 0hp 2022-06-17 14:47:15 -04:00
Jordan Atwood 1979ca14a7 entity hider: Don't hide NPCs which are alive at 0hp 2022-06-17 14:47:15 -04:00
Jordan Atwood ceb1c96134 timers: Don't clear stamina on death
As of 8aaaa320d3, a player's stamina timer
is determined from their vars thus does not need to be automatically
cleared on death.
2022-06-10 15:01:39 -07:00
Jordan Atwood e8c7e782b3 hunter: Remove unused lastActionTime field
This field was originally used to show a catch rate overlay, but all its
uses were removed in 76fbab60fc when the
overlay was removed due to unreliable behavior.
2022-05-27 14:53:34 -07:00
Jordan Atwood 491c23fd74 special counter: Fix test 2022-05-27 13:24:29 -07:00
Jordan Atwood c7ea7a7e14 status bars: Override hitpoints and prayer max values in LMS
While playing Last Man Standing, your hitpoints and prayer values behave
as though their maximum values were 99 instead of their actual max
values.
2022-05-26 15:38:02 -07:00
Jordan Atwood a830bc5572 item stats: Fix jangerberries stats 2022-05-26 11:25:29 -07:00
Jordan Atwood 840c3b264d item stats: Remove combo primaries
This field never had any real use from the beginning, and has only
caused confusion for contributors adding item stat change definitions.
2022-05-26 11:20:03 -07:00
Jordan Atwood b76e6fc56d item stats: Add mixed potions 2022-05-26 18:04:42 +00:00
Jordan Atwood 3f7b182aef item stats: Use variables for reused potion effects 2022-05-26 18:04:42 +00:00
Jordan Atwood bd1cdc90ac item stats: Clean up saradomin brew code 2022-05-26 16:42:21 +00:00
Jordan Atwood cbb0730a38 chat commands: Update clear word and clear line defaults
Ctrl + backspace is an overwhelmingly common keybind for clearing the
word before the cursor. Meanwhile, clearing the current line is not as
common a keybind, so having an unset default is more sensible here for
users to decide for themselves what keybind they would prefer.
2022-05-16 12:04:44 -04:00
Jordan Atwood a7c45ae401 HotColdLocation: Add South-east of Ruins of Ullek spot 2022-04-29 11:45:08 -07:00
Jordan Atwood bd1dc2d0b7 github: Add Discussions issue template
This adds an issue form geared specifically toward bug reports, and
links to GitHub discussions for feature requests and enhancements
instead, with the mindset of improving intake triage.
2022-04-27 15:44:03 -04:00