diff options
Diffstat (limited to 'src/playerinfo.h')
-rw-r--r-- | src/playerinfo.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/playerinfo.h b/src/playerinfo.h index d7483cc1..e228ec7e 100644 --- a/src/playerinfo.h +++ b/src/playerinfo.h @@ -225,6 +225,11 @@ namespace PlayerInfo // --- Specials --------------------------------------------------------------- /** + * Removes all specials. + */ + void clearSpecialStatus(); + + /** * Changes the status of the given special. */ void setSpecialStatus(int id, int current, int max, int recharge); |