mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-06 21:12:12 +00:00
2c74e287a9
with PWADs. - Removed Chex Quest actors that were just unaltered duplicates of Doom's. - Added detection for Chex Quest 3 IWAD. - Cleaned up M_QuitGame because the code was almost incomprehensible and I wanted to add CQ3's new quit messages. - Added Chex Quest obituaries and a few other messages from CQ3. - Fixed: drawbar improperly clipped images when not in the top left quadrant. SVN r1219 (trunk)
12 lines
335 B
Text
12 lines
335 B
Text
// Chex Warrior
|
|
|
|
actor ChexPlayer : DoomPlayer
|
|
{
|
|
player.displayname "Chex Warrior"
|
|
player.crouchsprite ""
|
|
player.colorrange 192, 207 //Not perfect, but its better than everyone being blue.
|
|
player.startitem "MiniZorcher"
|
|
player.startitem "Bootspoon"
|
|
player.startitem "MiniZorchRecharge", 50
|
|
player.damagescreencolor "60 b0 58"
|
|
}
|