Skip to content
Snippets Groups Projects
Commit c4cdb50f authored by Akoz's avatar Akoz
Browse files

Added missing .push in mirror display

parent f8a4eb89
No related branches found
No related tags found
1 merge request!3109Fixes
......@@ -337,8 +337,8 @@
<<run _increaseBoth("Harpy")>>
<</if>>
<<if $fox gte 6>>
<<run _increaseAttractive("Vulpine")>>
<<run _increaseAllure("Foxy")>>
<<run _increaseAttractive.push("Vulpine")>>
<<run _increaseAllure.push("Foxy")>>
<</if>>
<<if $angel gte 6>>
<<run _increaseBoth("Angel")>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment