mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- added tag strings for Heretic's powered weapon versions.
This commit is contained in:
parent
69cbb7a382
commit
e48c4d3e44
1 changed files with 9 additions and 0 deletions
|
@ -869,6 +869,15 @@ TAG_SKULLROD = "Hellstaff";
|
|||
TAG_PHOENIXROD = "Phoenix Rod";
|
||||
TAG_MACE = "Firemace";
|
||||
|
||||
TAG_STAFFP = "Staff";
|
||||
TAG_GAUNTLETSP = "Gauntlets of the Necromancer";
|
||||
TAG_GOLDWANDP = "Elven Wand";
|
||||
TAG_CROSSBOWP = "Ethereal Crossbow";
|
||||
TAG_BLASTERP = "Dragon Claw";
|
||||
TAG_SKULLRODP = "Hellstaff";
|
||||
TAG_PHOENIXRODP = "Phoenix Rod";
|
||||
TAG_MACEP = "Firemace";
|
||||
|
||||
// Item tags: Heretic artifacts
|
||||
TAG_ARTIEGG = "Morph Ovum";
|
||||
TAG_ARTIFIREBOMB = "Timebomb of the Ancients";
|
||||
|
|
Loading…
Reference in a new issue