From b5bcdf0c62bf1e0ef2d6540d9c98315eb65ece92 Mon Sep 17 00:00:00 2001 From: Catoptromancy Date: Thu, 2 Feb 2017 07:59:51 -0800 Subject: [PATCH] dehacked: You found a backpack! In levels with multiple backpacks, all of them said they were a "second backpack" and that's kinda lame. --- lumps/dehacked.lmp | 2 +- lumps/fdm_deh.lmp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lumps/dehacked.lmp b/lumps/dehacked.lmp index a13c3968..2cc11397 100644 --- a/lumps/dehacked.lmp +++ b/lumps/dehacked.lmp @@ -106,7 +106,7 @@ GOTCELL = picked up a small polaric recharge. GOTCELLBOX = picked up a large polaric recharge. GOTSHELLS = picked up some shotgun shells. GOTSHELLBOX = picked up a box of shotgun shells. -GOTBACKPACK = second backpack! +GOTBACKPACK = you found a backpack! GOTBFG9000 = the SKAG 1337 ... time to kick some ass! GOTCHAINGUN = you got the minigun! GOTCHAINSAW = you got the angle grinder! diff --git a/lumps/fdm_deh.lmp b/lumps/fdm_deh.lmp index d349ceb1..9900cbc1 100644 --- a/lumps/fdm_deh.lmp +++ b/lumps/fdm_deh.lmp @@ -102,7 +102,7 @@ GOTCELL = picked up a small polaric recharge. GOTCELLBOX = picked up a large polaric recharge. GOTSHELLS = picked up some shotgun shells. GOTSHELLBOX = picked up a box of shotgun shells. -GOTBACKPACK = second backpack! +GOTBACKPACK = you found a backpack! GOTBFG9000 = the SKAG 1337 ... time to kick some ass! GOTCHAINGUN = you got the minigun! GOTCHAINSAW = you got the angle grinder!