From cad4d871012fb63eb19aa1f2b1565270676237b7 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sat, 16 Mar 2024 17:09:50 +0200 Subject: [PATCH] wishtest fix left-over bit from testing --- test/testwish.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testwish.lua b/test/testwish.lua index 3220ef9ed..dc9bbca51 100644 --- a/test/testwish.lua +++ b/test/testwish.lua @@ -61,7 +61,7 @@ local wishtest_objects = { ["tooled horn"] = { otyp_name = "tooled horn", oclass = "(" }, ["meat ring"] = { otyp_name = "meat ring", oclass = "%" }, ["cursed +3 ring of increase accuracy"] = { otyp_name = "increase accuracy", oclass = "=", spe = 3, cursed = 1 }, - ["ring of accuracy"] = { otyp_name = "increase accuracy", oclass = "=", spe = 5 }, + ["ring of accuracy"] = { otyp_name = "increase accuracy", oclass = "=" }, ["accuracy"] = { otyp_name = "increase accuracy", oclass = "=" }, ["beartrap"] = { otyp_name = "beartrap", oclass = "(" }, ["bear trap"] = { otyp_name = "beartrap", oclass = "(" },