mirror of
https://github.com/msikma/pokesprite.git
synced 2026-09-09 02:45:11 -05:00
Don't add special icons when not including Pokemon
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user