Add IS_POISONED and QUICK_PRAYER vars

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Malfuryent
2018-11-13 10:15:51 +01:00
committed by Tomas Slusny
parent 90fbf71859
commit d1f6e5a543
2 changed files with 2 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ import lombok.Getter;
public enum VarPlayer
{
ATTACK_STYLE(43),
IS_POISONED(102),
BANK_TAB(115),

View File

@@ -62,6 +62,7 @@ public enum Varbits
/**
* Prayers
*/
QUICK_PRAYER(4103),
PRAYER_THICK_SKIN(4104),
PRAYER_BURST_OF_STRENGTH(4105),
PRAYER_CLARITY_OF_THOUGHT(4106),