Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #0 attack_type::special_active (this=0x614000163250, special=..., whom=attack_type::AFFECT_EITHER, include_backstab=true) at src/units/abilities.cpp:956
- 956 if ( !include_backstab )
- (gdb) p include_backstab
- $1 = true
- (gdb) step
- 961 if ( whom == AFFECT_SELF ) {
- (gdb) step
- 965 if ( whom == AFFECT_OTHER ) {
- (gdb) step
- 971 const std::string & active_on = special["active_on"];
- (gdb) step
Advertisement
Add Comment
Please, Sign In to add comment