mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-06 21:12:12 +00:00
dbcc246cf3
SVN r1188 (trunk)
11 lines
298 B
Text
11 lines
298 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
|
|
}
|