From: <gi...@cr...> - 2025-07-25 02:15:16
|
via fe017741961903f5ad5b0db7b813cedfad8f6651 (commit) from a178a525af15de52ffd37f9d9af99cecd33e6ca3 (commit) ----------------------------------------------------------------------- commit fe017741961903f5ad5b0db7b813cedfad8f6651 Author: regret-index <clo...@ho...> Date: Thu Jul 24 23:44:43 2025 -0230 Fix a trove mutation check (Oneirical) ----------------------------------------------------------------------- Summary of changes: crawl-ref/source/dat/des/portals/trove.des | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawl-ref/source/dat/des/portals/trove.des b/crawl-ref/source/dat/des/portals/trove.des index c5ebc5ef47..9559632d81 100644 --- a/crawl-ref/source/dat/des/portals/trove.des +++ b/crawl-ref/source/dat/des/portals/trove.des @@ -1319,7 +1319,7 @@ KFEAT: ~ = open_sea : if species_is_undead(_G) or you.mutation("no forms") == 1 then SUBST: g = df : elseif you.mutation("no armour") == 1 and -: you.mutation("weapons or thrown items") == 1 then +: you.mutation("no weapons or thrown items") == 1 then SUBST: df = egg : elseif you.mutation("antennae") == 3 or you.mutation("horns") == 3 then SUBST: d = eff -- Dungeon Crawl Stone Soup |