mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-07 05:20:38 +00:00
15 lines
195 B
Text
15 lines
195 B
Text
|
ACTOR FighterWeapon : Weapon native
|
||
|
{
|
||
|
Weapon.Kickback 150
|
||
|
}
|
||
|
|
||
|
ACTOR ClericWeapon : Weapon native
|
||
|
{
|
||
|
Weapon.Kickback 150
|
||
|
}
|
||
|
|
||
|
ACTOR MageWeapon : Weapon native
|
||
|
{
|
||
|
Weapon.Kickback 150
|
||
|
}
|