mirror of
https://github.com/zeldaret/ss
synced 2026-08-18 13:42:45 -04:00
d_lyt_meter_ganbari_gauge OK
This commit is contained in:
@@ -293,6 +293,22 @@ public:
|
||||
return getGuardianPotionTimer() != 0;
|
||||
}
|
||||
|
||||
bool hasAirPotionPlus() const {
|
||||
return getAirPotionPlusTimer() != 0;
|
||||
}
|
||||
|
||||
bool hasAirPotionNormal() const {
|
||||
return getAirPotionTimer() != 0;
|
||||
}
|
||||
|
||||
bool hasStaminaPotionPlus() const {
|
||||
return getStaminaPotionPlusTimer() != 0;
|
||||
}
|
||||
|
||||
bool hasStaminaPotionNormal() const {
|
||||
return getStaminaPotionTimer() != 0;
|
||||
}
|
||||
|
||||
private:
|
||||
static FileManager *sInstance;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user