From a8ed1ab5fdb987ad28e6be5659a80298730dc1a8 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Mon, 30 Nov 2020 12:06:37 +0200 Subject: [PATCH] Test wishing "bags of tricks" --- test/testwish.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testwish.lua b/test/testwish.lua index cc09606b9..f4a1c1a72 100644 --- a/test/testwish.lua +++ b/test/testwish.lua @@ -57,6 +57,7 @@ local wishtest_objects = { ["landmine"] = { otyp_name = "land mine", oclass = "(" }, ["land mine"] = { otyp_name = "land mine", oclass = "(" }, ["bag of tricks"] = { otyp_name = "bag of tricks", oclass = "(" }, + ["bags of tricks"] = { otyp_name = "bag of tricks", oclass = "(" }, ["sprig of wolfsbane"] = { otyp_name = "sprig of wolfsbane", oclass = "%" }, ["wolfsbane"] = { otyp_name = "sprig of wolfsbane", oclass = "%" }, ["clove of garlic"] = { otyp_name = "clove of garlic", oclass = "%" },