| 873 | } |
| 874 | |
| 875 | bool ShieldClass::IsRedSP() |
| 876 | { |
| 877 | return this->HP <= this->Type->GetConditionYellow() * this->Type->Strength.Get(); |
| 878 | } |
| 879 | |
| 880 | void ShieldClass::DrawShieldBar_Building(const int length, RectangleStruct* pBound) |
| 881 | { |
nothing calls this directly
no test coverage detected