v2.1.3: fixed ratmog boosting health again during ascent challenge

This commit is contained in:
Evan Debenham
2023-06-19 16:10:16 -04:00
parent 18dc7dd450
commit 7062eab3f3

View File

@@ -184,6 +184,9 @@ public class Ratmogrify extends ArmorAbility {
{
spriteClass = RatSprite.class;
//always false, as we derive stats from what we are transmogging from (which was already added)
firstAdded = false;
}
private Mob original;