gzdoom/wadsrc/static/actors/hexen/baseweapons.txt

21 lines
466 B
Plaintext
Raw Normal View History

2016-03-01 15:47:10 +00:00
// The Doom and Heretic players are not excluded from pickup in case
// somebody wants to use these weapons with either of those games.
ACTOR FighterWeapon : Weapon native
{
Weapon.Kickback 150
Inventory.ForbiddenTo ClericPlayer, MagePlayer
}
ACTOR ClericWeapon : Weapon native
{
Weapon.Kickback 150
Inventory.ForbiddenTo FighterPlayer, MagePlayer
}
ACTOR MageWeapon : Weapon native
{
Weapon.Kickback 150
Inventory.ForbiddenTo FighterPlayer, ClericPlayer
}