Skip to content

Commit

Permalink
[go2.lic] v2.1.4 Additional stand messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhoribu authored Jul 17, 2024
1 parent 0739c3e commit f807b8e
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.3
version: 2.1.4
required: Lich >= 5.4.1
changelog:
2.1.4 (2024-07-17):
Additional stand messaging
2.1.3 (2024-07-13):
Additional stand messaging
2.1.2 (2024-07-01):
Expand Down Expand Up @@ -1904,6 +1906,7 @@ module Go2
/You stand back up\./i,
/You struggle, but fail to stand\./i,
/You are already standing\./i,
/You don't seem to be able to move to do that\./i,
/...wait \d+ seconds?\./i,
)
result = dothistimeout('stand', 2, stand_regex)
Expand Down

0 comments on commit f807b8e

Please sign in to comment.