mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
add "Disguise" menu to tactical skill menu (alt + rightclick)
add "Fill canteens" action to tactical skill menu, under "various" adapted from Seven's +AI git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@9350 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -617,12 +617,21 @@ enum{
|
||||
SKILLS_ACTIVATE_TURNCOATS_ALL, // order all enemy turncoats to turn into militia right now
|
||||
SKILLS_INTEL_LAST = SKILLS_ACTIVATE_TURNCOATS_ALL,
|
||||
|
||||
// disguise
|
||||
SKILLS_DISGUISE_FIRST,
|
||||
SKILLS_DISGUISE_APPLY_DISGUISE = SKILLS_DISGUISE_FIRST,
|
||||
SKILLS_DISGUISE_REMOVE_DISGUISE,
|
||||
SKILLS_DISGUISE_TEST_DISGUISE,
|
||||
SKILLS_DISGUISE_REMOVE_CLOTHES,
|
||||
SKILLS_DISGUISE_LAST = SKILLS_DISGUISE_REMOVE_CLOTHES,
|
||||
|
||||
// various
|
||||
SKILLS_VARIOUS_FIRST,
|
||||
SKILLS_SPOTTER = SKILLS_VARIOUS_FIRST,
|
||||
SKILLS_FOCUS,
|
||||
SKILLS_DRAG,
|
||||
SKILLS_VARIOUS_LAST = SKILLS_DRAG,
|
||||
SKILLS_FILL_CANTEENS,
|
||||
SKILLS_VARIOUS_LAST = SKILLS_FILL_CANTEENS,
|
||||
|
||||
SKILLS_MAX,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user