MCPcopy Create free account
hub / github.com/EasyRPG/Player / ChangeAgiModifier

Method ChangeAgiModifier

src/game_battler.cpp:780–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778}
779
780int Game_Battler::ChangeAgiModifier(int modifier) {
781 auto delta = CanChangeAgiModifier(modifier);
782 SetAgiModifier(agi_modifier + delta);
783 return delta;
784}
785

Callers 4

ApplyAgiEffectMethod · 0.80
game_actor.cppFile · 0.80
game_enemy.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected