- added pickup sprite and editor number for Heretic's gold wand.

This commit is contained in:
Christoph Oelckers 2014-10-24 00:06:18 +02:00
parent d6a33a601d
commit 6824605154
3 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -1242,6 +1242,7 @@ TXT_AMMOPHOENIXROD2 = "INFERNO ORB";
// Weapons
TXT_WPNGOLDWAND = "GOLD WAND";
TXT_WPNMACE = "FIREMACE";
TXT_WPNCROSSBOW = "ETHEREAL CROSSBOW";
TXT_WPNBLASTER = "DRAGON CLAW";

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B