From b53304d82e3154d101a8ea5c481e9243dec8009c Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Tue, 13 Aug 2019 18:57:17 +0200 Subject: [PATCH] Schneekugel wirkt auf aktive Vulkane https://bugs.eressea.de/view.php?id=2554 --- scripts/eressea/xmasitems.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/eressea/xmasitems.lua b/scripts/eressea/xmasitems.lua index 3771553b5..2d8f397a1 100644 --- a/scripts/eressea/xmasitems.lua +++ b/scripts/eressea/xmasitems.lua @@ -37,6 +37,7 @@ function use_snowglobe(u, amount, token, ord) local transform = { ocean = "glacier", firewall = "volcano", + activevolcano = "volcano", volcano = "mountain", desert = "plain" }