14 lines
212 B
Modula-2
14 lines
212 B
Modula-2
entityDef player
|
|
{
|
|
"spawnclass" "SHPlayer"
|
|
}
|
|
|
|
entityDef player_slaughter
|
|
{
|
|
"inherit" "player"
|
|
"ammo_9mm" "44"
|
|
"item" "item_suit"
|
|
"weapon" "weapon_crowbar,weapon_9mmhandgun"
|
|
"current_weapon" "1"
|
|
}
|
|
|