mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
dehacked: do not refer to blue armour
Freedoom's "blue" armour is not actually blue. Avoid the issue by calling the two types of armour "light" and "heavy" instead.
This commit is contained in:
parent
2c56c4668a
commit
4a46c23fde
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[STRINGS]
|
||||
GOTARMOR = picked up the green armor vest.
|
||||
GOTMEGA = picked up the blue armor vest.
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue