Classes:ClericWeapon
Jump to navigation
Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
Cleric weapon | |||
---|---|---|---|
Actor type | Internal | Game | (Hexen) |
DoomEd Number | None | Class Name | ClericWeapon |
Classes: Inventory→Weapon→ClericWeapon
→CWeapFlame
→CWeapMace
→CWeapStaff
→CWeapWraithverge
The base class for all Hexen cleric weapons. They cannot be used up by fighters or mages and if picked up by these classes will only translate as mana ammunition.
DECORATE definition
ACTOR ClericWeapon : Weapon native { Weapon.Kickback 150 Inventory.ForbiddenTo FighterPlayer, MagePlayer }