mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-09 12:36:41 -05:00
Add alias 'ht' for 'hidden type' in the /om command
This commit is contained in:
parent
3ccbab5697
commit
ed8ec7d499
|
|
@ -1532,7 +1532,7 @@ var commands = exports.commands = {
|
|||
matched = true;
|
||||
buffer += "- <a href=\"https://www.smogon.com/forums/threads/3521887/\">Classic Hackmons</a><br />";
|
||||
}
|
||||
if (target === 'all' || target === 'hiddentype') {
|
||||
if (target === 'all' || target === 'hiddentype' || target === 'ht') {
|
||||
matched = true;
|
||||
if (target !== 'all') buffer += "Pokémon have an added type determined by their IVs. Same as the Hidden Power type.<br />";
|
||||
buffer += "- <a href=\"https://www.smogon.com/forums/threads/3516349/\">Hidden Type</a><br />";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user