mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- added pickup sprite and editor number for Heretic's gold wand.
This commit is contained in:
parent
d6a33a601d
commit
6824605154
3 changed files with 6 additions and 1 deletions
|
@ -110,7 +110,7 @@ ACTOR StaffPuff2
|
|||
|
||||
// Gold wand ----------------------------------------------------------------
|
||||
|
||||
ACTOR GoldWand : HereticWeapon
|
||||
ACTOR GoldWand : HereticWeapon 9042
|
||||
{
|
||||
Game Heretic
|
||||
+BLOODSPLATTER
|
||||
|
@ -120,6 +120,7 @@ ACTOR GoldWand : HereticWeapon
|
|||
Weapon.AmmoType "GoldWandAmmo"
|
||||
Weapon.SisterWeapon "GoldWandPowered"
|
||||
Weapon.YAdjust 5
|
||||
Inventory.PickupMessage "$TXT_WPNGOLDWAND"
|
||||
Obituary "$OB_MPGOLDWAND"
|
||||
Tag "$TAG_GOLDWAND"
|
||||
|
||||
|
@ -127,6 +128,9 @@ ACTOR GoldWand : HereticWeapon
|
|||
|
||||
States
|
||||
{
|
||||
Spawn:
|
||||
GWAN A -1
|
||||
Stop
|
||||
Ready:
|
||||
GWND A 1 A_WeaponReady
|
||||
Loop
|
||||
|
|
|
@ -1242,6 +1242,7 @@ TXT_AMMOPHOENIXROD2 = "INFERNO ORB";
|
|||
|
||||
// Weapons
|
||||
|
||||
TXT_WPNGOLDWAND = "GOLD WAND";
|
||||
TXT_WPNMACE = "FIREMACE";
|
||||
TXT_WPNCROSSBOW = "ETHEREAL CROSSBOW";
|
||||
TXT_WPNBLASTER = "DRAGON CLAW";
|
||||
|
|
BIN
wadsrc/static/sprites/GWANA0.png
Normal file
BIN
wadsrc/static/sprites/GWANA0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 315 B |
Loading…
Reference in a new issue