Skip to content

Commit

Permalink
Merge pull request #1576 from elanthia-online/go2-v2.1.3
Browse files Browse the repository at this point in the history
[go2.lic] v2.1.3 more STAND regex
  • Loading branch information
mrhoribu authored Jul 13, 2024
2 parents e2a9ba6 + 92deb66 commit c3b7f6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/go2.lic
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
contributors: Deysh, Doug, Gildaren, Sarvatt, Tysong, Xanlin
game: any
tags: core, movement
version: 2.1.2
version: 2.1.3
required: Lich >= 5.4.1
changelog:
2.1.3 (2024-07-13):
Additional stand messaging
2.1.2 (2024-07-01):
Fix for urchin usage when mounted
Add output info if muckled? to know why go2 is paused
Expand Down Expand Up @@ -1900,6 +1902,7 @@ module Go2
stand_regex = Regexp.union(
/You cannot do that while mounted\./i,
/You stand back up\./i,
/You struggle, but fail to stand\./i,
/You are already standing\./i,
/...wait \d+ seconds?\./i,
)
Expand Down

0 comments on commit c3b7f6d

Please sign in to comment.