mirror of
https://github.com/freedoom/freedoom.git
synced 2025-08-31 20:16:55 -04:00
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.
This commit is contained in:
parent
5fcfb60374
commit
bb10f0e034
1 changed files with 9 additions and 9 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue