mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- bugfix: Endless clock after stealing
- changed: APs for stealing from 10 to 14 (because stealing is more than simple picking enemies gun) - changed: You cannot steal items from head, body, leg or face until the enemy is collapsed (lying on the ground) git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@631 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -286,7 +286,7 @@ UINT16 Message[][STRING_LENGTH] =
|
||||
L"This attachment will be permanent. Go ahead with it?",
|
||||
L"%s feels more energetic!",
|
||||
L"%s slipped on some marbles!",
|
||||
L"%s failed to grab the %s!",
|
||||
L"%s failed to grab the %s from enemy's hand!",
|
||||
L"%s has repaired the %s",
|
||||
L"Interrupt for ",
|
||||
L"Surrender?",
|
||||
@@ -301,6 +301,7 @@ UINT16 Message[][STRING_LENGTH] =
|
||||
L"inaccurate",
|
||||
L"no semi auto",
|
||||
L"The enemy has no more items to steal!", // WANNE
|
||||
L"The enemy has no item in its hand!", //WANNE
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user