diff --git a/scripts/go2.lic b/scripts/go2.lic index ef9c3d288..534a62d87 100644 --- a/scripts/go2.lic +++ b/scripts/go2.lic @@ -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): @@ -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)