From 21aa11ad3da86890f2e2e5d931f198a7c5994ba9 Mon Sep 17 00:00:00 2001 From: drbugbait Date: Sat, 16 Sep 2017 16:51:21 -0300 Subject: [PATCH] Added ZDoom weapon tags ZDoom weapon tags in hud options will now display the correct weapon names. --- lumps/dehacked.lmp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lumps/dehacked.lmp b/lumps/dehacked.lmp index 2795e13d..981ae2cf 100644 --- a/lumps/dehacked.lmp +++ b/lumps/dehacked.lmp @@ -116,6 +116,14 @@ GOTLAUNCHER = you got the missile launcher! GOTPLASMA = you got the polaric energy cannon! GOTSHOTGUN = you got the pump-action shotgun! GOTSHOTGUN2 = you got the double-barrelled shotgun! +TAG_FIST = Fist +TAG_BFG9000 = SKAG 1337 +TAG_CHAINGUN = Minigun +TAG_CHAINSAW = Angle Grinder +TAG_ROCKETLAUNCHER = Missile Launcher +TAG_PLASMARIFLE = Polaric Energy Cannon +TAG_SHOTGUN = Pump-Action Shotgun +TAG_SUPERSHOTGUN = Double-Barrelled Shotgun PD_BLUEO = this object requires a blue key. PD_REDO = this object requires a red key. PD_YELLOWO = this object requires a yellow key.