mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-12-01 00:21:43 +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 ----------------------------------------------------------------
|
// Gold wand ----------------------------------------------------------------
|
||||||
|
|
||||||
ACTOR GoldWand : HereticWeapon
|
ACTOR GoldWand : HereticWeapon 9042
|
||||||
{
|
{
|
||||||
Game Heretic
|
Game Heretic
|
||||||
+BLOODSPLATTER
|
+BLOODSPLATTER
|
||||||
|
@ -120,6 +120,7 @@ ACTOR GoldWand : HereticWeapon
|
||||||
Weapon.AmmoType "GoldWandAmmo"
|
Weapon.AmmoType "GoldWandAmmo"
|
||||||
Weapon.SisterWeapon "GoldWandPowered"
|
Weapon.SisterWeapon "GoldWandPowered"
|
||||||
Weapon.YAdjust 5
|
Weapon.YAdjust 5
|
||||||
|
Inventory.PickupMessage "$TXT_WPNGOLDWAND"
|
||||||
Obituary "$OB_MPGOLDWAND"
|
Obituary "$OB_MPGOLDWAND"
|
||||||
Tag "$TAG_GOLDWAND"
|
Tag "$TAG_GOLDWAND"
|
||||||
|
|
||||||
|
@ -127,6 +128,9 @@ ACTOR GoldWand : HereticWeapon
|
||||||
|
|
||||||
States
|
States
|
||||||
{
|
{
|
||||||
|
Spawn:
|
||||||
|
GWAN A -1
|
||||||
|
Stop
|
||||||
Ready:
|
Ready:
|
||||||
GWND A 1 A_WeaponReady
|
GWND A 1 A_WeaponReady
|
||||||
Loop
|
Loop
|
||||||
|
|
|
@ -1242,6 +1242,7 @@ TXT_AMMOPHOENIXROD2 = "INFERNO ORB";
|
||||||
|
|
||||||
// Weapons
|
// Weapons
|
||||||
|
|
||||||
|
TXT_WPNGOLDWAND = "GOLD WAND";
|
||||||
TXT_WPNMACE = "FIREMACE";
|
TXT_WPNMACE = "FIREMACE";
|
||||||
TXT_WPNCROSSBOW = "ETHEREAL CROSSBOW";
|
TXT_WPNCROSSBOW = "ETHEREAL CROSSBOW";
|
||||||
TXT_WPNBLASTER = "DRAGON CLAW";
|
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