mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Added new weapon jam code from SpaceViking (think that's who wrote it).
Updated the text files and moved a static phrase into the language specific files. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2207 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -7936,7 +7936,7 @@ void SOLDIERTYPE::BeginSoldierClimbUpRoof( void )
|
||||
|
||||
//CHRISL: Disable climbing up to a roof while wearing a backpack
|
||||
if((UsingNewInventorySystem() == true) && this->inv[BPACKPOCKPOS].exists() == true) {
|
||||
ScreenMsg( FONT_MCOLOR_LTYELLOW, MSG_INTERFACE, L"Cannot climb while wearing a backpack" );
|
||||
ScreenMsg( FONT_MCOLOR_LTYELLOW, MSG_INTERFACE, NewInvMessage[NIV_NO_CLIMB] );
|
||||
return;
|
||||
}
|
||||
INT8 bNewDirection;
|
||||
|
||||
Reference in New Issue
Block a user