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

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B