Skip to content

Commit

Permalink
Don't convert !benemut and !curemut into !mut on load
Browse files Browse the repository at this point in the history
Oops
  • Loading branch information
Floodkiller committed Feb 5, 2019
1 parent 6927998 commit f500a01
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crawl-ref/source/tags.cc
Expand Up @@ -4517,12 +4517,6 @@ void unmarshallItem(reader &th, item_def &item)
item.sub_type = POT_DEGENERATION;
}

if (item.is_type(OBJ_POTIONS, POT_CURE_MUTATION)
|| item.is_type(OBJ_POTIONS, POT_BENEFICIAL_MUTATION))
{
item.sub_type = POT_MUTATION;
}

if (item.is_type(OBJ_STAVES, STAFF_CHANNELING))
item.sub_type = STAFF_ENERGY;

Expand Down

0 comments on commit f500a01

Please sign in to comment.