code/__DEFINES/client_prefs.dm
XENO_ABILITY_CLICK_MIDDLE | Determines how abilities are activated, whether they're activated via middle click, shift click or right click. |
---|---|
XENO_ABILITY_CLICK_MAX | Update this to whatever the largest value of the XENO_ABILITY_CLICK_* defines is. |
TOGGLE_AMMO_DISPLAY_TYPE | limit how often the ammo is displayed when using semi-automatic fire |
TOGGLE_AUTO_SHOVE_OFF | Toggles between automatically shoving xenomorphs in the way as Queen. |
DUAL_WIELD_FIRE | dual_wield_pref from /datum/preferences Fire both weapons when dual wielding |
DUAL_WIELD_SWAP | Swap to the other weapon when dual wielding |
DUAL_WIELD_NONE | Do nothing when dual wielding |
Define Details
DUAL_WIELD_FIRE
dual_wield_pref from /datum/preferences Fire both weapons when dual wielding
DUAL_WIELD_NONE
Do nothing when dual wielding
DUAL_WIELD_SWAP
Swap to the other weapon when dual wielding
TOGGLE_AMMO_DISPLAY_TYPE
limit how often the ammo is displayed when using semi-automatic fire
TOGGLE_AUTO_SHOVE_OFF
Toggles between automatically shoving xenomorphs in the way as Queen.
XENO_ABILITY_CLICK_MAX
Update this to whatever the largest value of the XENO_ABILITY_CLICK_* defines is.
XENO_ABILITY_CLICK_MIDDLE
Determines how abilities are activated, whether they're activated via middle click, shift click or right click.