mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-15 00:41:30 +00:00
- BlueShadow's GetArmorInfo submission.
This commit is contained in:
parent
9487be3e67
commit
4713d79e01
2 changed files with 9 additions and 0 deletions
|
@ -766,6 +766,14 @@
|
|||
|
||||
#define SPAC_None 0
|
||||
|
||||
// GetArmorInfo
|
||||
|
||||
#define ARMORINFO_CLASSNAME 0
|
||||
#define ARMORINFO_SAVEAMOUNT 1
|
||||
#define ARMORINFO_SAVEPERCENT 2
|
||||
#define ARMORINFO_MAXABSORB 3
|
||||
#define ARMORINFO_MAXFULLABSORB 4
|
||||
|
||||
// ==========================================================================
|
||||
// Skulltag Definitions
|
||||
// ==========================================================================
|
||||
|
|
|
@ -323,6 +323,7 @@ special
|
|||
-78:GetActorPowerupTics(2),
|
||||
-79:ChangeActorAngle(2,3),
|
||||
-80:ChangeActorPitch(2,3),
|
||||
-81:GetArmorInfo(1),
|
||||
|
||||
// Zandronum's
|
||||
-100:ResetMap(0),
|
||||
|
|
Loading…
Reference in a new issue