diff --git a/buildcfg.txt b/buildcfg.txt index 689b9427..e9658621 100644 --- a/buildcfg.txt +++ b/buildcfg.txt @@ -2244,10 +2244,10 @@ MANFB8B2 35 18 ; These are normal items that appear in both Freedoom and FreeDM. AMMOA0 8 16 -ARM1A0 15 17 -ARM1B0 15 17 -ARM2A0 15 22 -ARM2B0 15 22 +ARM1A0 18 28 +ARM1B0 18 28 +ARM2A0 18 28 +ARM2B0 18 28 BAL1A0 8 12 BAL1B0 8 12 BAL1C0 17 21 diff --git a/lumps/dehacked/dehacked.txt b/lumps/dehacked/dehacked.txt index 3c4dfbbf..11f9c2e4 100644 --- a/lumps/dehacked/dehacked.txt +++ b/lumps/dehacked/dehacked.txt @@ -142,8 +142,8 @@ 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 a light armor vest. -GOTMEGA = Picked up a heavy armor vest. +GOTARMOR = Picked up some basic infantry armor. +GOTMEGA = Picked up some heavy assault armor. GOTHTHBONUS = Got a 1% health bonus. GOTARMBONUS = Got a 1% armor bonus. GOTSTIM = Picked up a small health pack. diff --git a/sprites/arm1a0.png b/sprites/arm1a0.png index 3e12c744..98f2ed37 100644 Binary files a/sprites/arm1a0.png and b/sprites/arm1a0.png differ diff --git a/sprites/arm1b0.png b/sprites/arm1b0.png index 81dcb7c8..27765594 100644 Binary files a/sprites/arm1b0.png and b/sprites/arm1b0.png differ diff --git a/sprites/arm2a0.png b/sprites/arm2a0.png index 1ff0fc59..c6992730 100644 Binary files a/sprites/arm2a0.png and b/sprites/arm2a0.png differ diff --git a/sprites/arm2b0.png b/sprites/arm2b0.png index 68481d04..c2cb3d7f 100644 Binary files a/sprites/arm2b0.png and b/sprites/arm2b0.png differ