Well, you might need it, depends on that you’re using it for.
The code would work fine like this
Repeating yourself, is the sign that stuff needs to go in the parent. So, if you always want to know if a weapon is available, the bool goes in the parent. Then you can say
The great thing is, it’s also in the child, because it’s inherited from the parent


