Skip to content
Snippets Groups Projects

Fixed issue with the `prayerRoomEnd` widget allowing for the manipulation of TF traits

@@ -4339,7 +4339,7 @@
<</if>>
<!-- Fixing broken transformation stuff -->
<<if $tfFIX is undefined or $tfFIX lte 1>>
<<if $tfFIX is undefined or $tfFIX lte 2>>
<<if $tfFIX is undefined>>
<!-- V0.4.0.5 repair transformationParts object after damage from mid-prayer room or nightmare saves -->
<<if $transformationParts.fox is undefined>>
@@ -4407,8 +4407,13 @@
<<fallenTransform>>
<</if>>
<</if>>
<<set $tfFIX to 2>>
/* <!-- 0.5.3.0 Clear invalid transformation parts */
<<if $tfFIX is undefined or $tfFIX lte 2>>
<<clearAnimalTransformations>>
<<clearDivineTransformations>>
<</if>>
<<set $tfFIX to 3>>
<</if>>
<!-- V0.4.0.5 Old saves with untyped named NPCs -->
@@ -5715,10 +5720,4 @@
<<set $options.combatAnimations to true>>
<</if>>
/* Clear invalid transformation parts */
<<if $objectVersion.transformations lt 1 or !$objectVersion.transformations>>
<<clearAnimalTransformations>>
<<clearDivineTransformations>>
<<set $objectVersion.transformations to 1>>
<</if>>
<</widget>>
Loading