From f807b8e784b126f0c20adee33901b06626f57a22 Mon Sep 17 00:00:00 2001 From: "Ryan P. McKinnon" <15917743+mrhoribu@users.noreply.github.com> Date: Wed, 17 Jul 2024 09:04:27 -0400 Subject: [PATCH] [go2.lic] v2.1.4 Additional stand messaging --- scripts/go2.lic | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)