mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
- Ion Fury inventory actions
This commit is contained in:
parent
00b2467eea
commit
3cf6e6eb78
1 changed files with 11 additions and 0 deletions
|
@ -748,10 +748,15 @@ OptionMenu "WeaponsControlMenu" protected
|
|||
Control "$CNTRLMNU_SLOT0" , "+weapon_10"
|
||||
StaticText ""
|
||||
Control "$CNTRLMNU_HOLSTER" , "+holster_weapon"
|
||||
ifgame(Fury)
|
||||
{
|
||||
Control "$CNTRLMNU_RELOAD" , "+steroids"
|
||||
}
|
||||
ifgame(Duke, Nam, WW2GI, Fury)
|
||||
{
|
||||
Control "$CNTRLMNU_QUICKKICK" , "+quick_kick"
|
||||
}
|
||||
|
||||
ifgame(Redneck, RedneckRides)
|
||||
{
|
||||
Control "$CNTRLMNU_PEE" , "+quick_kick"
|
||||
|
@ -793,6 +798,12 @@ OptionMenu "InventoryControlsMenu" protected
|
|||
Control "$CNTRLMNU_MEDKIT" , "+medkit"
|
||||
Control "$CNTRLMNU_STEROIDS" , "+steroids"
|
||||
}
|
||||
ifgame(Fury)
|
||||
{
|
||||
StaticText ""
|
||||
Control "$CNTRLMNU_RADAR" , "+nightvision"
|
||||
Control "$CNTRLMNU_MEDKIT" , "+medkit"
|
||||
}
|
||||
ifgame(Nam)
|
||||
{
|
||||
StaticText ""
|
||||
|
|
Loading…
Reference in a new issue