From bb10f0e034cfb382dfc85d29e8915bd6c2158b2b Mon Sep 17 00:00:00 2001 From: mc776 <24984517+mc776@users.noreply.github.com> Date: Thu, 13 Jul 2023 22:18:04 -0700 Subject: [PATCH] dehacked: imply lore. - make weird twitchy alien pod thing implied to be consumed by guy stranded on alien world. - expected: players infer this is some alien critter that has no direct terrestrial taxonomic parallel. - actual: incessant complaints that the plant has no roots. Maybe it was a mistake to shy away from more explicit language in the pickup messages. Did a bunch of other pickup messages to match. I'm open to suggestions or corrections. I will consider editing the sprite if someone really can't get over "polyp" with no tentacles. --- lumps/dehacked/dehacked.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lumps/dehacked/dehacked.txt b/lumps/dehacked/dehacked.txt index c7a254cd..668abf54 100644 --- a/lumps/dehacked/dehacked.txt +++ b/lumps/dehacked/dehacked.txt @@ -153,14 +153,14 @@ STARTUP5======================================================================== #else STARTUP5============================================================================\nThis is Freedoom, the free content first person shooter.\n\nFreedoom is freely redistributable under the terms of the modified BSD\nlicense. Check out the Freedoom website for more information:\n\n https://freedoom.github.io/\n============================================================================ #endif -GOTARMOR = Picked up some basic infantry armor. -GOTMEGA = Picked up some heavy assault armor. -GOTHTHBONUS = Picked up a life charge. -GOTARMBONUS = Picked up an armor charge. -GOTSTIM = Picked up a small health pack. -GOTMEDINEED = Picked up a large health pack, just in time! -GOTMEDIKIT = Picked up a large health pack. -GOTSUPER = Life surge! +GOTARMOR = Put on a polaric shielding vest. +GOTMEGA = Put on the attuned polaric energy armor. +GOTHTHBONUS = Harvested an ectoplasmic polyp. +GOTARMBONUS = Connected a polaric field emitter. +GOTSTIM = Applied a regenerative nanobot canister. +GOTMEDINEED = Nano-surgeried some really sensitive parts! +GOTMEDIKIT = Applied a regenerative nano-surgery kit. +GOTSUPER = Ectoplasmic surge! GOTBLUECARD = Picked up a blue passcard. GOTYELWCARD = Picked up a yellow passcard. GOTREDCARD = Picked up a red passcard. @@ -173,7 +173,7 @@ GOTINVIS = Invisibility! GOTSUIT = Rescue operations suit. GOTMAP = Area survey map. GOTVISOR = Low-light goggles. -GOTMSPHERE = Maximum power! +GOTMSPHERE = Negentropic surge! GOTCLIP = Picked up an ammo clip. GOTCLIPBOX = Picked up a box of ammo. GOTROCKET = Picked up a missile.