mirror of
https://github.com/msikma/pokesprite.git
synced 2026-04-25 08:07:20 -05:00
Don't add special icons when not including Pokemon
This commit is contained in:
parent
2105ac4bbd
commit
64d3115d24
|
|
@ -158,6 +158,11 @@ class Usage extends TemplateFormatter
|
|||
}
|
||||
}
|
||||
|
||||
// When not adding Pokémon icons, exclude the special icons too.
|
||||
if ($s['include_pkmn'] === false) {
|
||||
$s['include_special_icons'] = false;
|
||||
}
|
||||
|
||||
// These are settings values that are directly replaced by the values
|
||||
// of the command-line arguments.
|
||||
$var_replacements = array(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user