mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
12 lines
298 B
Text
12 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
|
||
|
}
|