Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safety Wall not working on emperium #197

Open
trojal opened this issue Dec 4, 2018 · 0 comments
Open

Safety Wall not working on emperium #197

trojal opened this issue Dec 4, 2018 · 0 comments

Comments

@trojal
Copy link
Contributor

trojal commented Dec 4, 2018

It appears that safety wall isn't blocking attacks on emperium during WoE.

Based on this code, it looks specifically like Safetywall and Pneuma should work on emp:

        if (bl->type == BL_MOB) {
                struct mob_data *md = BL_CAST(BL_MOB, bl);
                if (md && (md->class_ == MOBID_EMPELIUM || mob_is_battleground(md)) && type != SC_SAFETYWALL && type != SC_PNEUMA)
                        return 0; //Emperium/BG Monsters can't be afflicted by status changes
#if 0
                if (md && mob_is_gvg(md) && status->sc2scb_flag(type)&SCB_MAXHP)
                        return 0; //prevent status addinh hp to gvg mob (like bloodylust=hp*3 etc...
#endif // 0
        }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant