New shield int

tellishield is used in player.cpp as part of the shield/shield spell system.
Mostly used in game script to check if the shield is active or not.
This commit is contained in:
revility 2018-09-22 17:50:40 -04:00 committed by GitHub
parent f82d2459cf
commit 4c004b8dd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -335,7 +335,7 @@ public:
int weapon_fists;
int heartRate;
int telishield; //revility 2018 no damage key in player def
int telishield; //player def key. used in player script to change animations.
idInterpolate<float> heartInfo;
int lastHeartAdjust;
int lastHeartBeat;