mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
- new function: militia can be ordered to pick up gear from sector in tactical, just like ordering them to drop it. does not work in combat for obvious reason.
- if militia stand in water and are ordered to drop their equipment, they will drop it on land. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6263 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+8
-3
@@ -957,12 +957,20 @@ enum
|
||||
CLEAN_ONE_GUN_STR,
|
||||
CLEAN_ALL_GUNS_STR,
|
||||
TAKE_OFF_CLOTHES_STR,
|
||||
TAKE_OFF_DISGUISE_STR,
|
||||
MILITIA_DROP_EQ_STR,
|
||||
MILITIA_PICK_UP_EQ_STR,
|
||||
SPY_SELFTEST_STR,
|
||||
UNUSED_STR,
|
||||
|
||||
CORPSE_SELECTION_STR,
|
||||
DECAPITATE_STR,
|
||||
GUT_STR,
|
||||
TAKE_CLOTHES_STR,
|
||||
TAKE_BODY_STR,
|
||||
|
||||
WEAPON_CLEANING_STR,
|
||||
|
||||
PRISONER_NO_PRISONS_STR,
|
||||
PRISONER_DECIDE_STR,
|
||||
PRISONER_LETGO_STR,
|
||||
@@ -970,9 +978,6 @@ enum
|
||||
PRISONER_DEMAND_SURRENDER_STR,
|
||||
PRISONER_OFFER_SURRENDER_STR,
|
||||
PRISONER_TALK_STR,
|
||||
MILITIA_DROP_EQ_STR,
|
||||
SPY_SELFTEST_STR,
|
||||
UNUSED_STR,
|
||||
|
||||
TEXT_NUM_TACTICAL_STR
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user