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:
RjY 2012-05-18 20:16:28 +01:00
parent 2c56c4668a
commit 4a46c23fde

View file

@ -1,6 +1,6 @@
[STRINGS] [STRINGS]
GOTARMOR = picked up the green armor vest. GOTARMOR = picked up a light armor vest.
GOTMEGA = picked up the blue armor vest. GOTMEGA = picked up a heavy armor vest.
GOTHTHBONUS = got a 1% health bonus. GOTHTHBONUS = got a 1% health bonus.
GOTARMBONUS = got a 1% armor bonus. GOTARMBONUS = got a 1% armor bonus.
GOTSTIM = picked up a small health pack. GOTSTIM = picked up a small health pack.