mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
Steel no longer resists Ghost/Dark
This commit is contained in:
parent
c5903912a9
commit
f63574def4
|
|
@ -381,14 +381,14 @@ exports.BattleTypeChart = {
|
|||
tox: 3,
|
||||
sandstorm: 3,
|
||||
"Bug": 2,
|
||||
"Dark": 2,
|
||||
"Dark": 0,
|
||||
"Dragon": 2,
|
||||
"Electric": 0,
|
||||
"Fairy": 2,
|
||||
"Fighting": 1,
|
||||
"Fire": 1,
|
||||
"Flying": 2,
|
||||
"Ghost": 2,
|
||||
"Ghost": 0,
|
||||
"Grass": 2,
|
||||
"Ground": 1,
|
||||
"Ice": 2,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user