Skip to content
Snippets Groups Projects
Commit 6f780dc0 authored by brickode's avatar brickode
Browse files

Edited line for readibility

parent f6d07176
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ $pitNameCaps is clean and ready,
<</if>>
<</if>>
/* yes, this block is a mess. if you figure out a cleaner way to do it, let me know */
<<if (_FL > 0 && _HL > 0) || (_FL > 0 && _CL > 0) || (_HL > 0 && _CL > 0)>> | <</if>>
<<if (_CL > 0 && _HL > 0) || (_CL > 0 && _FL > 0) || (_HL > 0 && _FL > 0)>> | <</if>>
<<if _HL > 0>>
[["" + $activeHooved.speciesCap + ""|Pit][$pitAnimalType = $activeHooved]]
<</if>>
......
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