"Actor Has Tag" Doesn't work when the Tag is a variable.

Thanks for your time.
It was indeed an oversight on my part, I had 2 different bombs inheriting from a bomb base class, one child was behaving correctly but not the other. Turns out that the tags were set to None in one but had the correct values in the other.
Now I hope to god I don’t ever have to deal with the problem from your link, that sounds scary as hell.