Skip to content

Commit

Permalink
Merge pull request #16 from 11BelowStudio/develop
Browse files Browse the repository at this point in the history
1.3.2 - now works with fightbrief stamina update messages
  • Loading branch information
11BelowStudio authored Jun 27, 2024
2 parents a476632 + 8cb6631 commit 2ec7ffd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 1.3.2

*27/6/2024*

* MUDKIP now recognizes the stamina update thing from `fightbrief` (hopefully)

## 1.3.1

*26/6/2024*
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,8 @@ if you wish to contribute to the development of *MUDKIP*.

## CHANGELOG

* **1.3.1** (`26/6/2024`)
* Added some code to make MUDKIP clean up after itself after it gets uninstalled.
* Stamina is now displayed as 0 if you get permadeathed in the ways which bypass stamina.
* Some refactorings have happened.
* Removed some deprecated legacy code.
* **1.3.2** (`27/6/2024`)
* Now (hopefully) works with the stamina update messages from `fightbrief`!

See [CHANGELOG.md](https://github.com/11BelowStudio/MUDKIP_Mud2/blob/main/CHANGELOG.md) for the full changelog.

Expand Down
2 changes: 1 addition & 1 deletion mfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package": "MUDKIP_Mud2",
"version": "1.3.1",
"version": "1.3.2",
"author": "11BelowStudio",
"title": "Multi User Dungeon Kool Informational Package (for playing MUD2 with Mudlet)",
"outputFile": true,
Expand Down
4 changes: 4 additions & 0 deletions src/triggers/MUDKIP_Mud2/triggers.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@
{
"pattern":"^(\\*)?Your stamina is (?<stam>\\d+)\\.$",
"type": "regex"
},
{
"pattern": "^(The )?(\\S+ )*\\S+ hits you \\((?<stam>\\d+)/(?<maxStam>\\d+)\\).$",
"type": "regex"
}
]
},
Expand Down

0 comments on commit 2ec7ffd

Please sign in to comment.