mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
lumps: restore health/shield references
Discussed in PR #292, this change was a bit pointless and driven by too much eagerness to be different than Doom. These terms are well-accepted in the FPS genre and changing them will only be confusing. This partially reverts 2016-08-29T14:15:32Z!ayubahmed2240@gmail.com
This commit is contained in:
parent
1379e8cff6
commit
2bd40ddafd
1 changed files with 12 additions and 13 deletions
|
@ -77,14 +77,14 @@ par 32 0 # 00:00 - Catoptromancy OLD run for v0.7
|
|||
# Text shown on startup in Boom-compatible ports. This is all in
|
||||
# STARTUP5, so if a mod replaces STARTUP1-4, it will still be shown.
|
||||
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============================================================================
|
||||
GOTARMOR = picked up a lite energy vest.
|
||||
GOTMEGA = picked up a full shield vest.
|
||||
GOTHTHBONUS = found a vitality boost.
|
||||
GOTARMBONUS = used a shield charge.
|
||||
GOTARMOR = picked up a light armor vest.
|
||||
GOTMEGA = picked up a heavy armor vest.
|
||||
GOTHTHBONUS = got a 1% health bonus.
|
||||
GOTARMBONUS = got a 1% armor bonus.
|
||||
GOTSTIM = picked up a small health pack.
|
||||
GOTMEDINEED = found a large health pack, just in time!
|
||||
GOTMEDIKIT = picked up a large health pack.
|
||||
GOTSUPER = you got the vitality drive!
|
||||
GOTSUPER = you got the overdrive sphere!
|
||||
GOTBLUECARD = picked up a blue passcard.
|
||||
GOTYELWCARD = picked up a yellow passcard.
|
||||
GOTREDCARD = picked up a red passcard.
|
||||
|
@ -97,7 +97,7 @@ GOTINVIS = you got the stealth drive!
|
|||
GOTSUIT = picked up a hazard suit.
|
||||
GOTMAP = got the architecture device.
|
||||
GOTVISOR = got the night vision goggles.
|
||||
GOTMSPHERE = you got the ultimate drive!
|
||||
GOTMSPHERE = you got the ultra-overdrive sphere!
|
||||
GOTCLIP = picked up an ammo clip.
|
||||
GOTCLIPBOX = picked up a box of ammo.
|
||||
GOTROCKET = picked up a missile.
|
||||
|
@ -507,4 +507,3 @@ OB_MPBFG_SPLASH=%o couldn't hide from %k's SKAG.
|
|||
OB_MPTELEFRAG=%o stood where %k was teleporting.
|
||||
OB_RAILGUN=%o was railed by %k.
|
||||
OB_MPBFG_MBF=%o had %p ass kicked by %k's SKAG!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue