- Joined
- Jul 25, 2018
- Posts
- 48
Simeo submitted a new resource:
Supereffective Hail and Sandstorm - Make those damages like stealth rocks
Read more about this resource...
Supereffective Hail and Sandstorm - Make those damages like stealth rocks
By a copy and paste you'll be able to check for the pokemon type before applying hail and sandstorm damages.
Hail damages are Ice type.
Sandstorm damages are Ground type.
So, let's go !
In pokebattle_battle, locate this part of the code:
Code:pbCommonAnimation("Rain",nil,nil) # pbDisplay(_INTL("Rain continues to fall.")) end
Just after this, you have the caseSelect the whole code, so, until just before the When...Code:when PBWeather::SANDSTORM
Read more about this resource...