diff --git a/wadsrc/static/actors/chex/chexplayer.txt b/wadsrc/static/actors/chex/chexplayer.txt index 5003ea809..210a68470 100644 --- a/wadsrc/static/actors/chex/chexplayer.txt +++ b/wadsrc/static/actors/chex/chexplayer.txt @@ -16,4 +16,14 @@ actor ChexPlayer : DoomPlayer player.WeaponSlot 5, ZorchPropulsor player.WeaponSlot 6, PhasingZorcher player.WeaponSlot 7, LAZDevice + + Player.Colorset 0, "Light Blue", 0xC0, 0xCF, 0xC2 + Player.Colorset 1, "Green", 0x70, 0x7F, 0x72 + Player.Colorset 2, "Gray", 0x60, 0x6F, 0x62 + Player.Colorset 3, "Brown", 0x40, 0x4F, 0x42 + Player.Colorset 4, "Red", 0x20, 0x2F, 0x22 + Player.Colorset 5, "Light Gray", 0x58, 0x67, 0x5A + Player.Colorset 6, "Light Brown", 0x38, 0x47, 0x3A + Player.Colorset 7, "Light Red", 0xB0, 0xBF, 0xB2 + }